2020-07-27 11:29:38

by Laurent Bigonville

[permalink] [raw]
Subject: [PATCH] Label /usr/libexec/packagekitd as apt_exec_t on debian

From: Laurent Bigonville <[email protected]>

The daemon has now moved from /usr/lib/packagekit/packagekitd to
/usr/libexec/packagekitd

Signed-off-by: Laurent Bigonville <[email protected]>
---
policy/modules/admin/apt.fc | 1 +
policy/modules/admin/rpm.fc | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/policy/modules/admin/apt.fc b/policy/modules/admin/apt.fc
index a5dec71c..8a539f06 100644
--- a/policy/modules/admin/apt.fc
+++ b/policy/modules/admin/apt.fc
@@ -9,6 +9,7 @@
ifndef(`distro_redhat',`
/usr/sbin/synaptic -- gen_context(system_u:object_r:apt_exec_t,s0)
/usr/lib/packagekit/packagekitd -- gen_context(system_u:object_r:apt_exec_t,s0)
+/usr/libexec/packagekitd -- gen_context(system_u:object_r:apt_exec_t,s0)
/var/cache/PackageKit(/.*)? gen_context(system_u:object_r:apt_var_cache_t,s0)
/var/lib/PackageKit(/.*)? gen_context(system_u:object_r:apt_var_lib_t,s0)
')
diff --git a/policy/modules/admin/rpm.fc b/policy/modules/admin/rpm.fc
index 6194a483..aaf530c2 100644
--- a/policy/modules/admin/rpm.fc
+++ b/policy/modules/admin/rpm.fc
@@ -23,7 +23,6 @@
/usr/lib/systemd/system/[^/]*dnf-makecache.* -- gen_context(system_u:object_r:rpm_unit_t,s0)
/usr/lib/systemd/system/[^/]*yum-makecache.* -- gen_context(system_u:object_r:rpm_unit_t,s0)

-/usr/libexec/packagekitd -- gen_context(system_u:object_r:rpm_exec_t,s0)
/usr/libexec/yumDBUSBackend\.py -- gen_context(system_u:object_r:rpm_exec_t,s0)

/usr/sbin/bcfg2 -- gen_context(system_u:object_r:rpm_exec_t,s0)
@@ -39,6 +38,7 @@

ifdef(`distro_redhat',`
/usr/sbin/synaptic -- gen_context(system_u:object_r:rpm_exec_t,s0)
+/usr/libexec/packagekitd -- gen_context(system_u:object_r:rpm_exec_t,s0)
/var/cache/PackageKit(/.*)? gen_context(system_u:object_r:rpm_var_cache_t,s0)
/var/lib/PackageKit(/.*)? gen_context(system_u:object_r:rpm_var_lib_t,s0)
')
--
2.28.0.rc2