summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2018-05-25 10:48:23 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-29 21:07:17 +0100
commitb8483e8bc87a3a81afe7b517be3a632fa70603df (patch)
tree0a31c461597f3f4d54dda17f1c4ab355ff1dfa87 /meta/recipes-extended
parentb9ea2c11be7b7146c26add67ce68f3a90a455988 (diff)
downloadpoky-b8483e8bc87a3a81afe7b517be3a632fa70603df.tar.gz
shadow: update ownership and permission of /var/spool/mail
Update shadow to change ownership of /var/spool/mail from root:root to root:mail and permission from 0755 to 0775 just as in most popular distributions such as fedora and debian(It also set setgid bit in debian but we don't need it). (From OE-Core rev: b3ab5fe359c38cdd5cd86cb8ffe076d7a2baac18) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/shadow/shadow.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index 673207fc9b..ca1facf232 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -127,7 +127,8 @@ do_install_append() {
127 # Ensure that the image has as a /var/spool/mail dir so shadow can 127 # Ensure that the image has as a /var/spool/mail dir so shadow can
128 # put mailboxes there if the user reconfigures shadow to its 128 # put mailboxes there if the user reconfigures shadow to its
129 # defaults (see sed below). 129 # defaults (see sed below).
130 install -d ${D}${localstatedir}/spool/mail 130 install -m 0775 -d ${D}${localstatedir}/spool/mail
131 chown root:mail ${D}${localstatedir}/spool/mail
131 132
132 if [ -e ${WORKDIR}/pam.d ]; then 133 if [ -e ${WORKDIR}/pam.d ]; then
133 install -d ${D}${sysconfdir}/pam.d/ 134 install -d ${D}${sysconfdir}/pam.d/