a385501738
* Set up persistent properties for devices with a /persist partition. Change-Id: I78974dd4e25831338462c91fc25e36e343795510
17 lines
420 B
Plaintext
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;
|