add missing printf format to SELinux role and type strings

This commit is contained in:
Todd C. Miller
2008-03-02 13:38:46 +00:00
parent f20935284b
commit 5b248a0765
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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"