common: add definition of sysfs_bt_writable
authorHenrik Grimler <henrik@grimler.se>
Wed, 26 Aug 2020 08:53:59 +0000 (10:53 +0200)
committerJan Altensen <info@stricted.net>
Sun, 18 Oct 2020 09:49:37 +0000 (11:49 +0200)
Used in hal_bluetooth_default.te so makes sense to define it here.

Change-Id: Icae5641509f7d73d97992d218f93b13a71d44b89

common/vendor/file.te

index b08e3a4fe09366881054ceb22e54e8d63e057777..1dbf080b4115961cb7e08852437eb5d3f2f20584 100644 (file)
@@ -42,6 +42,7 @@ type sysfs_wifi, sysfs_type, r_fs_type, fs_type;
 
 type sysfs_backlight_writable, sysfs_type, rw_fs_type, fs_type;
 type sysfs_battery_writable, sysfs_type, rw_fs_type, fs_type;
+type sysfs_bt_writable, sysfs_type, rw_fs_type, fs_type;
 type sysfs_gps_writable, sysfs_type, rw_fs_type, fs_type;
 type sysfs_lcd_writable, sysfs_type, rw_fs_type, fs_type;
 type sysfs_power_writable, sysfs_type, rw_fs_type, fs_type;