diff options
author | Steve Kondik <steve@cyngn.com> | 2015-09-06 13:53:29 -0700 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2015-09-09 11:53:23 -0700 |
commit | a385501738e6867e5329e52fef7d83208aa10d24 (patch) | |
tree | 1b8bdf9e4106cdc38b96309f9d60d223a4d480fe /sepolicy/file_contexts | |
parent | 1fd23a931010f93f045307fec88f7e21272e64a7 (diff) | |
download | vendor_replicant-a385501738e6867e5329e52fef7d83208aa10d24.zip vendor_replicant-a385501738e6867e5329e52fef7d83208aa10d24.tar.gz vendor_replicant-a385501738e6867e5329e52fef7d83208aa10d24.tar.bz2 |
cm: SELinux policy for persistent properties API
* Set up persistent properties for devices with a /persist partition.
Change-Id: I78974dd4e25831338462c91fc25e36e343795510
Diffstat (limited to 'sepolicy/file_contexts')
-rw-r--r-- | sepolicy/file_contexts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 4f82c38..4c6baec 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -34,3 +34,6 @@ # Lockscreen wallpaper /data/system/users/[0-9]+/keyguard_wallpaper u:object_r:wallpaper_file:s0 + +# Persistent properties +/persist/properties u:object_r:persist_property_file:s0 |