add missing printf format to SELinux role and type strings
This commit is contained in:
@@ -276,11 +276,11 @@ struct sudo_defs_types sudo_defs_table[] = {
|
|||||||
NULL,
|
NULL,
|
||||||
}, {
|
}, {
|
||||||
"role", T_STR,
|
"role", T_STR,
|
||||||
"SELinux role to use in the new security context",
|
"SELinux role to use in the new security context: %s",
|
||||||
NULL,
|
NULL,
|
||||||
}, {
|
}, {
|
||||||
"type", T_STR,
|
"type", T_STR,
|
||||||
"SELinux type to use in the new security context",
|
"SELinux type to use in the new security context: %s",
|
||||||
NULL,
|
NULL,
|
||||||
}, {
|
}, {
|
||||||
NULL, 0, NULL
|
NULL, 0, NULL
|
||||||
|
@@ -204,7 +204,7 @@ env_keep
|
|||||||
"Environment variables to preserve:"
|
"Environment variables to preserve:"
|
||||||
role
|
role
|
||||||
T_STR
|
T_STR
|
||||||
"SELinux role to use in the new security context"
|
"SELinux role to use in the new security context: %s"
|
||||||
type
|
type
|
||||||
T_STR
|
T_STR
|
||||||
"SELinux type to use in the new security context"
|
"SELinux type to use in the new security context: %s"
|
||||||
|
Reference in New Issue
Block a user