Imported Upstream version 1.6.9p14
[debian/sudo] / def_data.in
index c6e19b21fe3a4db85fd08c474ddc3f66de77f4e5..fb16f7554bf7dd165608e90544f9bbf4e4aa5247 100644 (file)
@@ -101,9 +101,6 @@ set_logname
 stay_setuid
        T_FLAG
        "Only set the effective uid to the target user, not the real uid"
-env_reset
-       T_FLAG
-       "Reset the environment to a default set of variables"
 preserve_groups
        T_FLAG
        "Don't initialize the group vector to that of the target user"
@@ -152,6 +149,9 @@ exempt_group
 passprompt
        T_STR
        "Default password prompt: %s"
+passprompt_override
+       T_FLAG
+       "If set, passprompt will override system prompt in all cases."
 runas_default
        T_STR
        "Default user to run commands as: %s"
@@ -173,6 +173,15 @@ noexec
 noexec_file
        T_STR|T_PATH
        "File containing dummy exec functions: %s"
+ignore_local_sudoers
+       T_FLAG
+       "If LDAP directory is up, do we ignore local sudoers file"
+setenv
+       T_FLAG
+       "Allow users to set arbitrary environment variables"
+env_reset
+       T_FLAG
+       "Reset the environment to a default set of variables"
 env_check
        T_LIST|T_BOOL
        "Environment variables to check for sanity:"
@@ -182,6 +191,9 @@ env_delete
 env_keep
        T_LIST|T_BOOL
        "Environment variables to preserve:"
-ignore_local_sudoers
-       T_FLAG
-       "If LDAP directory is up, do we ignore local sudoers file"
+role
+       T_STR
+       "SELinux role to use in the new security context"
+type
+       T_STR
+       "SELinux type to use in the new security context"