projects
/
GitHub
/
LineageOS
/
android_device_samsung_slsi_sepolicy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c9064e
)
common: add definition of sysfs_bt_writable
author
Henrik Grimler
<henrik@grimler.se>
Wed, 26 Aug 2020 08:53:59 +0000
(10:53 +0200)
committer
Jan 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
patch
|
blob
|
blame
|
history
diff --git
a/common/vendor/file.te
b/common/vendor/file.te
index b08e3a4fe09366881054ceb22e54e8d63e057777..1dbf080b4115961cb7e08852437eb5d3f2f20584 100644
(file)
--- 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;