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

am 0e856a02: Allow all domains to read /dev symlinks.

* commit '0e856a02':
  Allow all domains to read /dev symlinks.
parents 5b852b53 0e856a02
No related branches found
No related tags found
No related merge requests found
...@@ -26,13 +26,6 @@ allow appdomain file_type:dir_file_class_set getattr; ...@@ -26,13 +26,6 @@ allow appdomain file_type:dir_file_class_set getattr;
allow appdomain dev_type:dir_file_class_set getattr; allow appdomain dev_type:dir_file_class_set getattr;
allow appdomain fs_type:dir_file_class_set getattr; allow appdomain fs_type:dir_file_class_set getattr;
# Accesses to apk_tmp_file and shell_data_file
allow appdomain apk_tmp_file:file rw_file_perms;
allow appdomain shell_data_file:file r_file_perms;
# Read permission over link file to devices.
allow appdomain dev_type:lnk_file read;
# Tries to open /dev/alarm for writing but expects failure. # Tries to open /dev/alarm for writing but expects failure.
dontaudit appdomain alarm_device:chr_file write; dontaudit appdomain alarm_device:chr_file write;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment