From a703f15eb29ab75a4f9e868aec460265898a4eab Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Wed, 26 Aug 2020 10:53:59 +0200 Subject: [PATCH] common: add definition of sysfs_bt_writable Used in hal_bluetooth_default.te so makes sense to define it here. Change-Id: Icae5641509f7d73d97992d218f93b13a71d44b89 --- common/vendor/file.te | 1 + 1 file changed, 1 insertion(+) diff --git a/common/vendor/file.te b/common/vendor/file.te index b08e3a4..1dbf080 100644 --- a/common/vendor/file.te +++ b/common/vendor/file.te @@ -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; -- 2.20.1