commit | 36aeb16b867bea9e06e5c8487581953ba7f7d11f | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri May 08 20:42:25 2020 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue May 12 10:02:31 2020 +0900 |
tree | d9a0d6da5ec669acefbcf6914b3d6c97d912218c | |
parent | 98316f23ab68839ad6f535c69c0831129a5982cb [diff] [blame] |
Rename context names of zram properties Moving from old bad name "exported*_prop". Bug: 154885206 Bug: 155844385 Test: m selinux_policy Change-Id: I21af42980e5e6e2c3cabea6c36825fa2836a55bc
diff --git a/private/property.te b/private/property.te index 7591b85..ca9f2ca 100644 --- a/private/property.te +++ b/private/property.te
@@ -345,3 +345,9 @@ } { libc_debug_prop }:property_service set; + +neverallow { + -init + -system_server + -vendor_init +} zram_control_prop:property_service set;