aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h1
-rw-r--r--include/uapi/linux/audit.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index d2112477ff5e..c4689fe92864 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -641,6 +641,7 @@ struct signal_struct {
641#endif 641#endif
642#ifdef CONFIG_AUDIT 642#ifdef CONFIG_AUDIT
643 unsigned audit_tty; 643 unsigned audit_tty;
644 unsigned audit_tty_log_passwd;
644 struct tty_audit_buf *tty_audit_buf; 645 struct tty_audit_buf *tty_audit_buf;
645#endif 646#endif
646#ifdef CONFIG_CGROUPS 647#ifdef CONFIG_CGROUPS
diff --git a/include/uapi/linux/audit.h b/include/uapi/linux/audit.h
index 9f096f1c0907..c058c24b97ac 100644
--- a/include/uapi/linux/audit.h
+++ b/include/uapi/linux/audit.h
@@ -369,7 +369,8 @@ struct audit_status {
369}; 369};
370 370
371struct audit_tty_status { 371struct audit_tty_status {
372 __u32 enabled; /* 1 = enabled, 0 = disabled */ 372 __u32 enabled; /* 1 = enabled, 0 = disabled */
373 __u32 log_passwd; /* 1 = enabled, 0 = disabled */
373}; 374};
374 375
375/* audit_rule_data supports filter rules with both integer and string 376/* audit_rule_data supports filter rules with both integer and string