clover: folio_daemon: Add system_file_type in sepolicy
This file resides on /system, so must be annotated with the system_file_type attribute. Test: Policy compiles. Change-Id: Ic834caefe1417465ac842ddce909e968511f45b2 Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
4be1da7fc8
commit
0e55d6983f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
type folio_daemon, domain, coredomain;
|
||||
type folio_daemon_exec, exec_type, file_type;
|
||||
type folio_daemon_exec, system_file_type, exec_type, file_type;
|
||||
|
||||
init_daemon_domain(folio_daemon)
|
||||
|
||||
|
|
Loading…
Reference in a new issue