Skip to content
Snippets Groups Projects
Commit a6ac6c31 authored by Geremy Condra's avatar Geremy Condra
Browse files

Merge commit '0141ccd0' into manualmerge

Change-Id: Ief12fcbca8bcbef8484797f07ddd8e4a8a953e7c
parents e59855be 0141ccd0
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,9 @@ allow appdomain file_type:dir_file_class_set getattr;
allow appdomain dev_type:dir_file_class_set getattr;
allow appdomain fs_type:dir_file_class_set getattr;
# Read permission over link file to devices.
allow appdomain dev_type:lnk_file read;
# Tries to open /dev/alarm for writing but expects failure.
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