replicant-vendor_replicant/sepolicy/file.te
Steve Kondik a385501738 cm: SELinux policy for persistent properties API
* Set up persistent properties for devices with a /persist partition.

Change-Id: I78974dd4e25831338462c91fc25e36e343795510
2015-09-09 11:53:23 -07:00

17 lines
420 B
Plaintext

# 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;