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:
parent
5eba4b48cf
commit
77700a4b7a
@ -699,7 +699,6 @@ struct sudo_defs_types sudo_defs_table[] = {
|
||||
"cmddenial_message", T_STR,
|
||||
N_("Command denial message: %s"),
|
||||
NULL,
|
||||
|
||||
}, {
|
||||
NULL, 0, NULL
|
||||
}
|
||||
|
@ -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,
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user