mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
Commitd89fc818b7changed the permissions back to 700, which is wrong for /usr/share, these files are intended to be world readable. Change it back. Fixes:d89fc818b7("polkit: Install rules in subdir") Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b35e75fe04
commit
d37bf86224
|
|
@ -7,7 +7,7 @@ REQUIRED_DISTRO_FEATURES = "polkit"
|
|||
inherit useradd
|
||||
|
||||
do_install:prepend() {
|
||||
install -m 700 -d ${D}${datadir}/polkit-1/rules.d
|
||||
install -m 755 -d ${D}${datadir}/polkit-1/rules.d
|
||||
}
|
||||
|
||||
FILES:${PN} += "${datadir}/polkit-1/rules.d"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user