Merge "Revert "Allow ueventd to set verity.* properties""
This commit is contained in:
commit
a4b8226457
3 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue