aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/audit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/audit.h b/include/uapi/linux/audit.h
index 5dfcd85037e2..c1f0fced3ede 100644
--- a/include/uapi/linux/audit.h
+++ b/include/uapi/linux/audit.h
@@ -380,6 +380,8 @@ struct audit_tty_status {
380 __u32 log_passwd; /* 1 = enabled, 0 = disabled */ 380 __u32 log_passwd; /* 1 = enabled, 0 = disabled */
381}; 381};
382 382
383#define AUDIT_UID_UNSET (unsigned int)-1
384
383/* audit_rule_data supports filter rules with both integer and string 385/* audit_rule_data supports filter rules with both integer and string
384 * fields. It corresponds with AUDIT_ADD_RULE, AUDIT_DEL_RULE and 386 * fields. It corresponds with AUDIT_ADD_RULE, AUDIT_DEL_RULE and
385 * AUDIT_LIST_RULES requests. 387 * AUDIT_LIST_RULES requests.