Merge "sysfs_uio: declare type in core policy" into nyc-dev

This commit is contained in:
Jeffrey Vander Stoep 2016-03-25 15:42:39 +00:00 committed by Android (Google) Code Review
commit 6b65143f79

View File

@ -22,6 +22,7 @@ type proc_uid_cputime_removeuid, fs_type;
type selinuxfs, fs_type, mlstrustedobject;
type cgroup, fs_type, mlstrustedobject;
type sysfs, fs_type, sysfs_type, mlstrustedobject;
type sysfs_uio, sysfs_type, fs_type;
type sysfs_writable, fs_type, sysfs_type, mlstrustedobject;
type sysfs_batteryinfo, fs_type, sysfs_type;
type sysfs_bluetooth_writable, fs_type, sysfs_type, mlstrustedobject;