Merge "init: allow read of /sys/devices/virtual/block/zram"
am: 05916fca32
Change-Id: I84abff9bd2e80f452eaeb4a65f81ac25b6e7df21
This commit is contained in:
commit
6df91b7217
1 changed files with 4 additions and 1 deletions
|
@ -305,13 +305,16 @@ allow init {
|
|||
sysfs_android_usb
|
||||
sysfs_leds
|
||||
sysfs_power
|
||||
sysfs_zram
|
||||
}:file w_file_perms;
|
||||
|
||||
allow init {
|
||||
sysfs_dt_firmware_android
|
||||
}:file r_file_perms;
|
||||
|
||||
allow init {
|
||||
sysfs_zram
|
||||
}:file rw_file_perms;
|
||||
|
||||
# init chmod/chown access to /sys files.
|
||||
allow init {
|
||||
sysfs_android_usb
|
||||
|
|
Loading…
Reference in a new issue