forked from pool/selinux-policy
f9eb198b55
- Update to version 20200717. Refreshed * fix_fwupd.patch * fix_hadoop.patch * fix_init.patch * fix_irqbalance.patch * fix_logrotate.patch * fix_nagios.patch * fix_networkmanager.patch * fix_postfix.patch * fix_sysnetwork.patch * fix_systemd.patch * fix_thunderbird.patch * fix_unconfined.patch * fix_unprivuser.patch * selinux-policy.spec - Added update.sh to make updating easier - Updated fix_unconfineduser.patch to allow unconfined_dbusd_t access to accountsd dbus - New patch: * fix_nis.patch - Updated patches: * fix_postfix.patch: Transition is done in distribution specific script OBS-URL: https://build.opensuse.org/request/show/821528 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=77
13 lines
634 B
Diff
13 lines
634 B
Diff
Index: fedora-policy/policy/modules/contrib/fwupd.fc
|
|
===================================================================
|
|
--- fedora-policy.orig/policy/modules/contrib/fwupd.fc
|
|
+++ fedora-policy/policy/modules/contrib/fwupd.fc
|
|
@@ -4,6 +4,7 @@
|
|
/etc/pki/(fwupd|fwupd-metadata)(/.*)? gen_context(system_u:object_r:fwupd_cert_t,s0)
|
|
|
|
/usr/libexec/fwupd/fwupd -- gen_context(system_u:object_r:fwupd_exec_t,s0)
|
|
+/usr/lib/fwupd/fwupd -- gen_context(system_u:object_r:fwupd_exec_t,s0)
|
|
|
|
/var/cache/app-info(/.*)? gen_context(system_u:object_r:fwupd_cache_t,s0)
|
|
/var/cache/fwupd(/.*)? gen_context(system_u:object_r:fwupd_cache_t,s0)
|