am c4a3b510: sysfs_devices_system_cpu should be a sysfs_type

* commit 'c4a3b51062cfc9eaf38d997b6d6609a7dcf3a3c4':
  sysfs_devices_system_cpu should be a sysfs_type
This commit is contained in:
Nick Kralevich 2013-10-24 11:58:39 -07:00 committed by Android Git Automerger
commit 3a12f7b2a9

View file

@ -13,6 +13,8 @@ type sysfs_writable, fs_type, sysfs_type, mlstrustedobject;
type sysfs_bluetooth_writable, fs_type, sysfs_type, mlstrustedobject;
type sysfs_nfc_power_writable, fs_type, sysfs_type, mlstrustedobject;
type sysfs_wake_lock, fs_type, sysfs_type;
# /sys/devices/system/cpu
type sysfs_devices_system_cpu, fs_type, sysfs_type;
type inotify, fs_type, mlstrustedobject;
type devpts, fs_type, mlstrustedobject;
type tmpfs, fs_type;
@ -82,8 +84,6 @@ type security_file, file_type;
type bluetooth_efs_file, file_type;
# Downloaded files
type download_file, file_type;
# /sys/devices/system/cpu
type sysfs_devices_system_cpu, file_type;
# Socket types
type adbd_socket, file_type;