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

am ac860ce1: am cebe6a65: Allow ueventd to relabel sysfs nodes.

* commit 'ac860ce1':
  Allow ueventd to relabel sysfs nodes.
parents 53d70591 ac860ce1
Branches
Tags
No related merge requests found
......@@ -10,6 +10,7 @@ allow ueventd device:file create_file_perms;
allow ueventd device:chr_file rw_file_perms;
allow ueventd sysfs:file rw_file_perms;
allow ueventd sysfs:file setattr;
allow ueventd sysfs_type:file { relabelfrom relabelto };
allow ueventd tmpfs:chr_file rw_file_perms;
allow ueventd dev_type:dir create_dir_perms;
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