2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Add cmddenial_message to def_data.in

This commit is contained in:
Todd C. Miller 2023-11-28 15:19:24 -07:00
parent 5eba4b48cf
commit 77700a4b7a
3 changed files with 3 additions and 2 deletions

View File

@ -699,7 +699,6 @@ struct sudo_defs_types sudo_defs_table[] = {
"cmddenial_message", T_STR,
N_("Command denial message: %s"),
NULL,
}, {
NULL, 0, NULL
}

View File

@ -325,7 +325,6 @@
#define I_CMDDENIAL_MESSAGE 161
#define def_cmddenial_message (sudo_defs_table[I_CMDDENIAL_MESSAGE].sd_un.str)
enum def_tuple {
never,
once,

View File

@ -500,3 +500,6 @@ intercept_verify
apparmor_profile
T_STR
"AppArmor profile to use in the new security context: %s"
cmddenial_message
T_STR
"Command denial message: %s"