Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit edd5051a authored by Michael Bestas's avatar Michael Bestas
Browse files

Add 'sepolicy/' from tag 'android-12.1.0_r1'

git-subtree-dir: sepolicy
git-subtree-mainline: c4e5deb5
git-subtree-split: 1e82b5f7
Change-Id: I6a7c05c2f4d7c716348728070a2484c7c0659bae
parents c4e5deb5 1e82b5f7
Loading
Loading
Loading
Loading

sepolicy/OWNERS

0 → 100644
+3 −0
Original line number Diff line number Diff line
include platform/system/sepolicy:/OWNERS

rurumihong@google.com
+3 −0
Original line number Diff line number Diff line
# vendors
BOARD_SEPOLICY_DIRS += device/google/redfin-sepolicy/vendor/google
BOARD_SEPOLICY_DIRS += device/google/redfin-sepolicy/tracking_denials
+3 −0
Original line number Diff line number Diff line
# b/178988508
dontaudit hal_power_default hal_power_default:capability dac_override ;
dontaudit hal_power_default hal_power_default:capability dac_override ;
+4 −0
Original line number Diff line number Diff line
# vendor binaries
/vendor/bin/hw/android\.hardware\.usb@1\.3-service\.redfin                             u:object_r:hal_usb_impl_exec:s0
/vendor/bin/hw/android\.hardware\.vibrator-service\.redfin                             u:object_r:hal_vibrator_default_exec:s0
/vendor/bin/hw/android\.hardware\.dumpstate@1\.1-service\.redfin                       u:object_r:hal_dumpstate_impl_exec:s0
+3 −0
Original line number Diff line number Diff line
# Access to WLC firmware info
allow hal_dumpstate_impl sysfs_wlc:dir r_dir_perms;
allow hal_dumpstate_impl sysfs_wlc:file r_file_perms;
Loading