mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
cleanup after polkit fix
This commit removes the need to fix polkit permissions: https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=d5e90541f8e35916abc930b2da6de037b23d51a1 That allows to do some cleanup Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ DEPENDS = " \
|
||||
|
||||
GIR_MESON_OPTION = ""
|
||||
|
||||
inherit meson pkgconfig gobject-introspection gettext features_check useradd
|
||||
inherit meson pkgconfig gobject-introspection gettext features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "pam polkit gobject-introspection"
|
||||
|
||||
@@ -26,15 +26,6 @@ PACKAGECONFIG[ui] = ",,,malcontent-ui"
|
||||
|
||||
EXTRA_OEMESON = "-Dui=disabled"
|
||||
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/polkit-1 --shell /bin/nologin polkitd"
|
||||
|
||||
do_install:append() {
|
||||
# Fix up permissions on polkit rules.d to work with rpm4 constraints
|
||||
chmod 700 ${D}/${datadir}/polkit-1/rules.d
|
||||
chown polkitd:root ${D}/${datadir}/polkit-1/rules.d
|
||||
}
|
||||
|
||||
FILES:${PN} += " \
|
||||
${libdir}/security/pam_malcontent.so \
|
||||
${datadir}/accountsservice \
|
||||
|
||||
Reference in New Issue
Block a user