mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
refpolicy-targeted: Add sepolicy for adb service
- Fix adb pull/push operations. - Fix interactive shell execution. Signed-off-by: Abhilasha Manna <amanna@qti.qualcomm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
parent
79201ef95e
commit
801addc528
@ -64,13 +64,13 @@ index 000000000..f7e8ac7d0
|
||||
+# Minimal Rules Required for adbd service
|
||||
+allow adbd_t self:capability sys_resource;
|
||||
+
|
||||
+domain_interactive_fd(adbd_t)
|
||||
+dev_rw_usbfs(adbd_t)
|
||||
+files_read_etc_files(adbd_t)
|
||||
+files_rw_etc_runtime_files(adbd_t)
|
||||
+term_use_ptmx(adbd_t)
|
||||
+term_use_generic_ptys(adbd_t)
|
||||
+
|
||||
+
|
||||
+
|
||||
--
|
||||
2.43.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user