Skip to content
Snippets Groups Projects
Commit 74993e78 authored by Ruchi Kandoi's avatar Ruchi Kandoi Committed by Android Git Automerger
Browse files

am 219ae9f7: am d0ac72be: am 0a333759: ueventd: Adds permission to ueventd to access sysfs file

* commit '219ae9f7':
  ueventd: Adds permission to ueventd to access sysfs file
parents 398e5ebf 219ae9f7
Branches
Tags
No related merge requests found
...@@ -12,8 +12,9 @@ allow ueventd device:file create_file_perms; ...@@ -12,8 +12,9 @@ allow ueventd device:file create_file_perms;
allow ueventd device:chr_file rw_file_perms; allow ueventd device:chr_file rw_file_perms;
allow ueventd sysfs:file rw_file_perms; allow ueventd sysfs:file rw_file_perms;
allow ueventd sysfs:file setattr; allow ueventd sysfs:file setattr;
allow ueventd sysfs:file relabelfrom;
allow ueventd sysfs_type:file { relabelfrom relabelto }; allow ueventd sysfs_type:file { relabelfrom relabelto };
allow ueventd sysfs_devices_system_cpu:file rw_file_perms; allow ueventd sysfs_devices_system_cpu:file {rw_file_perms setattr};
allow ueventd tmpfs:chr_file rw_file_perms; allow ueventd tmpfs:chr_file rw_file_perms;
allow ueventd dev_type:dir create_dir_perms; allow ueventd dev_type:dir create_dir_perms;
allow ueventd dev_type:lnk_file { create unlink }; allow ueventd dev_type:lnk_file { create unlink };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment