Imported Upstream version 1.6.9p14
[debian/sudo] / def_data.c
index 944a55c2355b9ebb882b483274e88492bbd3bd2c..412d0b8ac3a7337106343dc8077944a7babb27c6 100644 (file)
@@ -263,6 +263,14 @@ struct sudo_defs_types sudo_defs_table[] = {
        "env_keep", T_LIST|T_BOOL,
        "Environment variables to preserve:",
        NULL,
+    }, {
+       "role", T_STR,
+       "SELinux role to use in the new security context",
+       NULL,
+    }, {
+       "type", T_STR,
+       "SELinux type to use in the new security context",
+       NULL,
     }, {
        NULL, 0, NULL
     }