Merge "Revert "Allow ueventd to set verity.* properties""

This commit is contained in:
Sami Tolvanen 2015-02-27 22:19:53 +00:00 committed by Gerrit Code Review
commit a4b8226457
3 changed files with 0 additions and 10 deletions

View file

@ -8,7 +8,6 @@ type radio_prop, property_type;
type net_radio_prop, property_type;
type system_radio_prop, property_type;
type system_prop, property_type;
type verity_prop, property_type;
type vold_prop, property_type;
type ctl_bootanim_prop, property_type;
type ctl_default_prop, property_type;

View file

@ -49,9 +49,6 @@ selinux. u:object_r:security_prop:s0
vold. u:object_r:vold_prop:s0
crypto. u:object_r:vold_prop:s0
# dm-verity properties
verity. u:object_r:verity_prop:s0
# ro.build.fingerprint is either set in /system/build.prop, or is
# set at runtime by system_server.
build.fingerprint u:object_r:fingerprint_prop:s0

View file

@ -23,9 +23,3 @@ allow ueventd efs_file:file r_file_perms;
# Use setfscreatecon() to label /dev directories and files.
allow ueventd self:process setfscreate;
# Set property.
unix_socket_connect(ueventd, property, init)
# Property service
allow ueventd verity_prop:property_service set;