summaryrefslogtreecommitdiffstats
path: root/sepolicy/file.te
blob: 1a003394de7259fb1439fb6156189cd2d241d8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Support asec containers getting mounted
allow file_type rootfs:filesystem associate;

type auditd_log, file_type, data_file_type;

# Themes
type theme_data_file, file_type, data_file_type;

# Performance settings
type sysfs_devices_system_iosched, file_type, sysfs_type;

# Recovery's "cache"
type recovery_cache_file, file_type, mlstrustedobject;

# Persistent property storage
type persist_property_file, file_type;

# Knobs for LiveDisplay
type livedisplay_sysfs, sysfs_type, file_type;