mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 23:10:30 +00:00
polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
Commit d89fc818b716d099f83a5a9a973be428e2b66806 changed the
permissions back to 700, which is wrong for /usr/share, these
files are intended to be world readable. Change it back.
Fixes: d89fc818b716 ("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…
x
Reference in New Issue
Block a user