Imported Upstream version 1.8.7
[debian/sudo] / plugins / sudoers / def_data.c
index ff8f21fd7c0d844a89e97425bdce536babe52c88..c4a5dd103809c4e928deae04e9a6e5939dbe8fab 100644 (file)
@@ -350,6 +350,18 @@ struct sudo_defs_types sudo_defs_table[] = {
        "limitprivs", T_STR,
        N_("Set of limit privileges"),
        NULL,
+    }, {
+       "exec_background", T_FLAG,
+       N_("Run commands on a pty in the background"),
+       NULL,
+    }, {
+       "pam_session", T_FLAG,
+       N_("Create a new PAM session for the command to run in"),
+       NULL,
+    }, {
+       "maxseq", T_UINT,
+       N_("Maximum I/O log sequence number"),
+       NULL,
     }, {
        NULL, 0, NULL
     }