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

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

* commit 'd0ac72be':
  ueventd: Adds permission to ueventd to access sysfs file
parents e710aeef d0ac72be
No related branches found
No related tags found
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