Skip to content

Commit

Permalink
sepolicy: address some denials.
Browse files Browse the repository at this point in the history
Closes #42
  • Loading branch information
AlvaroBrey committed Mar 13, 2017
1 parent b290e48 commit 016e075
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sepolicy/log.te
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
allow logd unlabeled:dir search;
allow logd self:capability { dac_override dac_read_search };

2 changes: 2 additions & 0 deletions sepolicy/system_server.te
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ allow system_server proc_touchpanel:file rw_file_perms;
allow system_server sensors_persist_file:file r_file_perms;
allow system_server sensors_persist_file:dir search;
allow system_server proc_stat:file r_file_perms;
allow system_server unlabeled:file unlink;
get_prop(system_server, diag_prop);

1 change: 1 addition & 0 deletions sepolicy/zygote.te
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
allow zygote input_device:dir r_dir_perms;
allow zygote input_device:chr_file rw_file_perms;
allow zygote self:capability sys_nice;

0 comments on commit 016e075

Please sign in to comment.