Skip to content
Snippets Groups Projects
Commit 05916fca authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "init: allow read of /sys/devices/virtual/block/zram"

parents db689675 99c65df3
No related branches found
No related tags found
No related merge requests found
...@@ -305,13 +305,16 @@ allow init { ...@@ -305,13 +305,16 @@ allow init {
sysfs_android_usb sysfs_android_usb
sysfs_leds sysfs_leds
sysfs_power sysfs_power
sysfs_zram
}:file w_file_perms; }:file w_file_perms;
allow init { allow init {
sysfs_dt_firmware_android sysfs_dt_firmware_android
}:file r_file_perms; }:file r_file_perms;
allow init {
sysfs_zram
}:file rw_file_perms;
# init chmod/chown access to /sys files. # init chmod/chown access to /sys files.
allow init { allow init {
sysfs_android_usb sysfs_android_usb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment