aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2015-09-25 10:31:30 +0800
committerChen Qi <Qi.Chen@windriver.com>2015-09-25 10:45:48 +0800
commitd47905ebd23d5f0b36498a325fc12619507dfd07 (patch)
tree6a739a632d6c5bfc479c3c979a34e4725c8f59ab
parent2ad7308ee7166641eff99f3b9fe6794de143f6bc (diff)
downloadopenembedded-core-contrib-ChenQi/cups-pam.tar.gz
cups: fix pam configuration file's permissionChenQi/cups-pam
The files under /etc/pam.d should be 0644. The /etc/pam.d/cups file has 0444 after 'make install'. This patch fixes this problem. Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
-rw-r--r--meta/recipes-extended/cups/cups.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 57cdf2650e..c0765dc743 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -64,6 +64,11 @@ do_install () {
rm -fr ${D}/${localstatedir}/run
rmdir ${D}/${libdir}/${BPN}/driver
+ # Fix the pam configuration file permissions
+ if ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'true', 'false', d)}; then
+ chmod 0644 ${D}${sysconfdir}/pam.d/cups
+ fi
+
# Remove sysinit script and symlinks if sysvinit is not in DISTRO_FEATURES
if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','false','true',d)}; then
rm -rf ${D}${sysconfdir}/init.d/