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,
|
||||
}, {
|
||||
"role", T_STR,
|
||||
"SELinux role to use in the new security context",
|
||||
"SELinux role to use in the new security context: %s",
|
||||
NULL,
|
||||
}, {
|
||||
"type", T_STR,
|
||||
"SELinux type to use in the new security context",
|
||||
"SELinux type to use in the new security context: %s",
|
||||
NULL,
|
||||
}, {
|
||||
NULL, 0, NULL
|
||||
|
@@ -204,7 +204,7 @@ env_keep
|
||||
"Environment variables to preserve:"
|
||||
role
|
||||
T_STR
|
||||
"SELinux role to use in the new security context"
|
||||
"SELinux role to use in the new security context: %s"
|
||||
type
|
||||
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