diff options
| author | Gargi Misra <gmisra@qti.qualcomm.com> | 2026-04-08 11:02:39 +0530 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-10 08:03:23 -0700 |
| commit | b9399b33ef09ef9724f77efc423ae48101fb5a93 (patch) | |
| tree | eb8f1214f874f143c242e252c3eff776a980d1f2 /meta-oe | |
| parent | ecd5f090e893933b2e92290efcb43384b3bdb68b (diff) | |
| download | meta-openembedded-b9399b33ef09ef9724f77efc423ae48101fb5a93.tar.gz | |
Revert "refpolicy-targeted: Add sepolicy for adb service"
This reverts commit 801addc52851b88b335d2349f6f7787b8200c95c.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/dynamic-layers/selinux/recipes-security/refpolicy/refpolicy-targeted/0001-Added-sepolicy-for-adb-service.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/dynamic-layers/selinux/recipes-security/refpolicy/refpolicy-targeted/0001-Added-sepolicy-for-adb-service.patch b/meta-oe/dynamic-layers/selinux/recipes-security/refpolicy/refpolicy-targeted/0001-Added-sepolicy-for-adb-service.patch index 62f81e4ffb..f766bc3123 100644 --- a/meta-oe/dynamic-layers/selinux/recipes-security/refpolicy/refpolicy-targeted/0001-Added-sepolicy-for-adb-service.patch +++ b/meta-oe/dynamic-layers/selinux/recipes-security/refpolicy/refpolicy-targeted/0001-Added-sepolicy-for-adb-service.patch | |||
| @@ -64,13 +64,13 @@ index 000000000..f7e8ac7d0 | |||
| 64 | +# Minimal Rules Required for adbd service | 64 | +# Minimal Rules Required for adbd service |
| 65 | +allow adbd_t self:capability sys_resource; | 65 | +allow adbd_t self:capability sys_resource; |
| 66 | + | 66 | + |
| 67 | +domain_interactive_fd(adbd_t) | ||
| 68 | +dev_rw_usbfs(adbd_t) | 67 | +dev_rw_usbfs(adbd_t) |
| 69 | +files_read_etc_files(adbd_t) | 68 | +files_read_etc_files(adbd_t) |
| 70 | +files_rw_etc_runtime_files(adbd_t) | ||
| 71 | +term_use_ptmx(adbd_t) | 69 | +term_use_ptmx(adbd_t) |
| 72 | +term_use_generic_ptys(adbd_t) | 70 | +term_use_generic_ptys(adbd_t) |
| 73 | + | 71 | + |
| 72 | + | ||
| 73 | + | ||
| 74 | -- | 74 | -- |
| 75 | 2.43.0 | 75 | 2.43.0 |
| 76 | 76 | ||
