diff options
-rw-r--r-- | meta-oe/recipes-extended/polkit/polkit_124.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/polkit/polkit_124.bb b/meta-oe/recipes-extended/polkit/polkit_124.bb index 24102de782..417e8dda43 100644 --- a/meta-oe/recipes-extended/polkit/polkit_124.bb +++ b/meta-oe/recipes-extended/polkit/polkit_124.bb | |||
@@ -46,9 +46,7 @@ SYSTEMD_AUTO_ENABLE = "disable" | |||
46 | do_install:append() { | 46 | do_install:append() { |
47 | #Fix up permissions on polkit rules.d to work with rpm4 constraints | 47 | #Fix up permissions on polkit rules.d to work with rpm4 constraints |
48 | if ${@bb.utils.contains('PACKAGECONFIG', 'libs-only', 'false', 'true', d)}; then | 48 | if ${@bb.utils.contains('PACKAGECONFIG', 'libs-only', 'false', 'true', d)}; then |
49 | chmod 700 ${D}/${datadir}/polkit-1/rules.d | ||
50 | chmod 700 ${D}/${sysconfdir}/polkit-1/rules.d | 49 | chmod 700 ${D}/${sysconfdir}/polkit-1/rules.d |
51 | chown polkitd:root ${D}/${datadir}/polkit-1/rules.d | ||
52 | chown polkitd:root ${D}/${sysconfdir}/polkit-1/rules.d | 50 | chown polkitd:root ${D}/${sysconfdir}/polkit-1/rules.d |
53 | fi | 51 | fi |
54 | } | 52 | } |