# Some options are set even if they are default to document that they are
# important and to prevent upstream changes from affecting them.
-# Copyright (C) 2013 Simon Ruderich
+# Copyright (C) 2013-2014 Simon Ruderich
#
# This file is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# Only use protocol 2. Protocol 1 is insecure. (default)
Protocol 2
-# Use privilege separation for increased security.
-UsePrivilegeSeparation yes
+# Use privilege separation for increased security. "sandbox" applies
+# additional restrictions on the unprivileged process.
+UsePrivilegeSeparation sandbox
# Don't use PAM because it may circumvent other authentication methods used
# below (default).