Revert "net: validate variable length ll headers"
[pandora-kernel.git] / include / linux / integrity.h
index 9059812..a0c4125 100644 (file)
 
 #include <linux/fs.h>
 
+enum integrity_status {
+       INTEGRITY_PASS = 0,
+       INTEGRITY_FAIL,
+       INTEGRITY_NOLABEL,
+       INTEGRITY_NOXATTRS,
+       INTEGRITY_UNKNOWN,
+};
+
+/* List of EVM protected security xattrs */
 #ifdef CONFIG_INTEGRITY
 extern int integrity_inode_alloc(struct inode *inode);
 extern void integrity_inode_free(struct inode *inode);