]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/audit.h
Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit
[karo-tx-linux.git] / include / linux / audit.h
index 32cdafb312d88a7984eeba69a06db183275ac591..961a417d641e5221264e75b4d987fc3015607d41 100644 (file)
@@ -110,6 +110,10 @@ extern int audit_classify_compat_syscall(int abi, unsigned syscall);
 /* maximized args number that audit_socketcall can process */
 #define AUDITSC_ARGS           6
 
+/* bit values for ->signal->audit_tty */
+#define AUDIT_TTY_ENABLE       BIT(0)
+#define AUDIT_TTY_LOG_PASSWD   BIT(1)
+
 struct filename;
 
 extern void audit_log_session_info(struct audit_buffer *ab);