Merge "Fix too-broad allows granted to domain"
This commit is contained in:
commit
c3b7489ee5
2 changed files with 2 additions and 3 deletions
|
@ -217,9 +217,6 @@ allowxperm domain dev_type:blk_file ioctl { BLKGETSIZE64 BLKSSZGET };
|
||||||
allow domain apex_mnt_dir:dir { getattr search };
|
allow domain apex_mnt_dir:dir { getattr search };
|
||||||
allow domain apex_mnt_dir:lnk_file r_file_perms;
|
allow domain apex_mnt_dir:lnk_file r_file_perms;
|
||||||
|
|
||||||
allow domain self:global_capability_class_set audit_control;
|
|
||||||
allow domain self:netlink_audit_socket { create_socket_perms_no_ioctl nlmsg_write };
|
|
||||||
|
|
||||||
# globally readable properties
|
# globally readable properties
|
||||||
get_prop(domain, arm64_memtag_prop)
|
get_prop(domain, arm64_memtag_prop)
|
||||||
get_prop(domain, bootloader_prop)
|
get_prop(domain, bootloader_prop)
|
||||||
|
|
|
@ -435,3 +435,5 @@ use_bootstrap_libs(init)
|
||||||
allow init fuse:dir { search getattr };
|
allow init fuse:dir { search getattr };
|
||||||
|
|
||||||
set_prop(init, property_type)
|
set_prop(init, property_type)
|
||||||
|
|
||||||
|
allow init self:netlink_audit_socket { create_socket_perms_no_ioctl nlmsg_relay };
|
||||||
|
|
Loading…
Reference in a new issue