Add non_system_app_set
Change-Id: I889e8eb1851b01ac9a8c8789ba1cc56c9154cecd
This commit is contained in:
parent
6c4c27e626
commit
8cd20ef9fa
1 changed files with 5 additions and 0 deletions
|
@ -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 }')
|
||||
|
|
Loading…
Reference in a new issue