2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Update the description of intercept_verify

This commit is contained in:
Todd C. Miller
2022-10-10 09:12:47 -06:00
parent fbd8de0276
commit 8d5e59c8a8
2 changed files with 2 additions and 2 deletions

View File

@@ -689,7 +689,7 @@ struct sudo_defs_types sudo_defs_table[] = {
def_data_intercept_type,
}, {
"intercept_verify", T_FLAG,
N_("Whether to verify the command and arguments after execution"),
N_("Attempt to verify the command and arguments after execution"),
NULL,
}, {
"apparmor_profile", T_STR,