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

Merge branch 'main' into apparmor_support

This commit is contained in:
Todd C. Miller
2022-05-27 08:25:12 -06:00
committed by GitHub
30 changed files with 741 additions and 95 deletions

View File

@@ -306,6 +306,8 @@
#define def_log_passwords (sudo_defs_table[I_LOG_PASSWORDS].sd_un.flag)
#define I_PASSPROMPT_REGEX 152
#define def_passprompt_regex (sudo_defs_table[I_PASSPROMPT_REGEX].sd_un.list)
#define I_INTERCEPT_TYPE 154
#define def_intercept_type (sudo_defs_table[I_INTERCEPT_TYPE].sd_un.tuple)
#define I_APPARMOR_PROFILE 153
#define def_apparmor_profile (sudo_defs_table[I_APPARMOR_PROFILE].sd_un.str)
@@ -321,5 +323,7 @@ enum def_tuple {
tty,
kernel,
sudo,
json
json,
dso,
trace
};