Skip to content
Snippets Groups Projects
Commit 8cd20ef9 authored by William Roberts's avatar William Roberts
Browse files

Add non_system_app_set

Change-Id: I889e8eb1851b01ac9a8c8789ba1cc56c9154cecd
parent 6c4c27e6
No related branches found
No related tags found
No related merge requests found
......@@ -284,3 +284,8 @@ allow $1 system_file:file x_file_perms;
define(`access_kmsg', `
allow $1 kernel:system syslog_read;
')
#####################################
# Non system_app application set
#
define(`non_system_app_set', `{ appdomain -system_app }')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment