X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=def_data.c;h=412d0b8ac3a7337106343dc8077944a7babb27c6;hb=6850c41061e133f6ab21bc84330f62d6058fd27c;hp=944a55c2355b9ebb882b483274e88492bbd3bd2c;hpb=98decbe90438de26497d15e69e991172fc28266b;p=debian%2Fsudo diff --git a/def_data.c b/def_data.c index 944a55c..412d0b8 100644 --- a/def_data.c +++ b/def_data.c @@ -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 }