aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/audit.h
diff options
context:
space:
mode:
authorRichard Guy Briggs <rgb@redhat.com>2020-04-22 17:39:29 -0400
committerPaul Moore <paul@paul-moore.com>2020-04-28 18:11:36 -0400
commita45d88530b2552ad5ea0da18861600b4ecc9d0c7 (patch)
tree1e0dbafc94be20e60529eb878ed288a72c13bbbd /include/linux/audit.h
parentaudit: tidy and extend netfilter_cfg x_tables (diff)
downloadwireguard-linux-a45d88530b2552ad5ea0da18861600b4ecc9d0c7.tar.xz
wireguard-linux-a45d88530b2552ad5ea0da18861600b4ecc9d0c7.zip
netfilter: add audit table unregister actions
Audit the action of unregistering ebtables and x_tables. See: https://github.com/linux-audit/audit-kernel/issues/44 Signed-off-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r--include/linux/audit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h
index 5c7f07a9776d..1a2351508211 100644
--- a/include/linux/audit.h
+++ b/include/linux/audit.h
@@ -97,6 +97,7 @@ struct audit_ntp_data {};
enum audit_nfcfgop {
AUDIT_XT_OP_REGISTER,
AUDIT_XT_OP_REPLACE,
+ AUDIT_XT_OP_UNREGISTER,
};
extern int is_audit_feature_set(int which);