Skip to content
Snippets Groups Projects
Commit ac860ce1 authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am cebe6a65: Allow ueventd to relabel sysfs nodes.

* commit 'cebe6a65':
  Allow ueventd to relabel sysfs nodes.
parents d29d2e75 cebe6a65
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ allow ueventd device:file create_file_perms; ...@@ -10,6 +10,7 @@ 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_type:file { relabelfrom relabelto };
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