capabilities: add descriptions for AUDIT_CONTROL and AUDIT_WRITE
[deliverable/linux.git] / include / uapi / linux / capability.h
index ba478fa3012e48b769c9846b50808eb27946990f..154dd6d3c8fedaa54a04817567580b11727f2807 100644 (file)
@@ -308,8 +308,12 @@ struct vfs_cap_data {
 
 #define CAP_LEASE            28
 
+/* Allow writing the audit log via unicast netlink socket */
+
 #define CAP_AUDIT_WRITE      29
 
+/* Allow configuration of audit via unicast netlink socket */
+
 #define CAP_AUDIT_CONTROL    30
 
 #define CAP_SETFCAP         31
This page took 0.027167 seconds and 5 git commands to generate.