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:
Nick Kralevich 2016-04-18 15:18:09 -07:00
parent 35b0d00125
commit db411cf903
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
type qemud_socket, file_type;
type sysfs_writable, fs_type, sysfs_type, mlstrustedobject;