Merge "init: allow read of /sys/devices/virtual/block/zram" am: 05916fca32
am: 6df91b7217
Change-Id: Ie8adc954ebfab9e5a581edae31f0c43de6dd1b94
This commit is contained in:
commit
8bd43abf06
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