forked from openkylin/platform_build
Move sysfs_writable to emulator specific policy
This type is never used in core policy, only by emulators. Move the definition of this type to where it's used. Bug: 28221393 Change-Id: I38dbc12dbe9813f323d4bcd5f07679db57b2fd4a
This commit is contained in:
parent
35b0d00125
commit
db411cf903
|
@ -1 +1,2 @@
|
|||
type qemud_socket, file_type;
|
||||
type sysfs_writable, fs_type, sysfs_type, mlstrustedobject;
|
||||
|
|
Loading…
Reference in New Issue