commit | 75b4c083fc6f72a0f9883b6ab4a77942522e0729 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Sat Feb 02 02:06:11 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Feb 02 02:06:11 2019 +0000 |
tree | 4d3a7b241823e552809f360ce42285e1b187b43d | |
parent | 128724e6d4189d5b53dfc0ae4d0a2e8b77863e10 [diff] | |
parent | 0327d10599b03af2801345e51ee446d82ed2c1b9 [diff] |
Merge "Add device_config_runtime_native_boot_prop"
diff --git a/private/apexd.te b/private/apexd.te index 4a496e5..2290878 100644 --- a/private/apexd.te +++ b/private/apexd.te
@@ -53,6 +53,8 @@ # Unmount and mount filesystems allow apexd labeledfs:filesystem { mount unmount }; +# /sys directory tree traversal +allow apexd sysfs_type:dir search; # Configure read-ahead of dm-verity and loop devices # for dm-X allow apexd sysfs_dm:dir r_dir_perms;