mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +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,
|
"cmddenial_message", T_STR,
|
||||||
N_("Command denial message: %s"),
|
N_("Command denial message: %s"),
|
||||||
NULL,
|
NULL,
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
NULL, 0, NULL
|
NULL, 0, NULL
|
||||||
}
|
}
|
||||||
|
@ -325,7 +325,6 @@
|
|||||||
#define I_CMDDENIAL_MESSAGE 161
|
#define I_CMDDENIAL_MESSAGE 161
|
||||||
#define def_cmddenial_message (sudo_defs_table[I_CMDDENIAL_MESSAGE].sd_un.str)
|
#define def_cmddenial_message (sudo_defs_table[I_CMDDENIAL_MESSAGE].sd_un.str)
|
||||||
|
|
||||||
|
|
||||||
enum def_tuple {
|
enum def_tuple {
|
||||||
never,
|
never,
|
||||||
once,
|
once,
|
||||||
|
@ -500,3 +500,6 @@ intercept_verify
|
|||||||
apparmor_profile
|
apparmor_profile
|
||||||
T_STR
|
T_STR
|
||||||
"AppArmor profile to use in the new security context: %s"
|
"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