diff options
author | Steve Kondik <steve@cyngn.com> | 2014-12-01 10:38:25 -0800 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2014-12-09 22:20:14 +0000 |
commit | 06ec5853f36138ffdadca3e577f251b0381f3777 (patch) | |
tree | f56cc7433b252d5375c6920d1989bb47ddaced19 /sepolicy/property_contexts | |
parent | c4f6b977c5b320b7ccef98f5ba9fa716ceacfd82 (diff) | |
download | vendor_replicant-06ec5853f36138ffdadca3e577f251b0381f3777.zip vendor_replicant-06ec5853f36138ffdadca3e577f251b0381f3777.tar.gz vendor_replicant-06ec5853f36138ffdadca3e577f251b0381f3777.tar.bz2 |
sepolicy: More rules for recovery
Change-Id: Ie50c04eb83cb9c62f679a1c1aa2ac482af159f7e
Diffstat (limited to 'sepolicy/property_contexts')
-rw-r--r-- | sepolicy/property_contexts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/property_contexts b/sepolicy/property_contexts index e5566dc..b3a3540 100644 --- a/sepolicy/property_contexts +++ b/sepolicy/property_contexts @@ -1 +1,3 @@ service.adb.tcp.port u:object_r:adbtcp_prop:s0 +recovery.perf.mode u:object_r:recovery_prop:s0 +adb.secure u:object_r:recovery_prop:s0 |