1 # 2 # Integrity measure policy 3 # 4 # PROC_SUPER_MAGIC 5 dont_measure fsmagic=0x9fa0 6 # SYSFS_MAGIC 7 dont_measure fsmagic=0x62656572 8 # DEBUGFS_MAGIC 9 dont_measure fsmagic=0x64626720 10 # TMPFS_MAGIC 11 dont_measure fsmagic=0x01021994 12 # SECURITYFS_MAGIC 13 dnt_measure fsmagic=0x73636673 14 measure func=FILE_MMAP mask=MAY_EXEC 15 measure func=BPRM_CHECK mask=MAY_EXEC 16 measure func=PATH_CHECK mask=MAY_READ uid=0 17