iorapd: add tmpfs type
Fixes build breakage:
system/sepolicy/private/traced.te:36:ERROR 'unknown type iorapd_tmpfs' at token ';' on line 43166:
Bug: 123445058
Test: build marlin-userdebug
Change-Id: Iefeba03ed2efee92fb0d61214514338c6d999bd1
(cherry picked from commit 426ff11951
)
This commit is contained in:
parent
0e48c3bcdd
commit
6742ab4e4e
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
typeattribute iorapd coredomain;
|
||||
|
||||
init_daemon_domain(iorapd)
|
||||
tmpfs_domain(iorapd)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# volume manager
|
||||
type iorapd, domain;
|
||||
type iorapd_exec, exec_type, file_type, system_file_type;
|
||||
type iorapd_tmpfs, file_type;
|
||||
|
||||
r_dir_file(iorapd, rootfs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue