diff options
author | Szombathelyi György <gyurco@freemail.hu> | 2017-04-17 23:22:07 +0200 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-04-25 15:55:38 -0400 |
commit | 81efffcc22cb7546d5a490b5d78e4b4125691fae (patch) | |
tree | eeb5292263468c0b89602cac632ac3c7c3ecf428 /meta-networking/recipes-connectivity | |
parent | c083405d2afa35cc88d29d97bfbce1d7e267bef2 (diff) | |
download | meta-openembedded-81efffcc22cb7546d5a490b5d78e4b4125691fae.tar.gz |
samba: fix conflict between samba and sudo packages
Use the same permissions for sudoers.d as in the sudo package.
Signed-off-by: Gyorgy Szombathelyi <gyurco@freemail.hu>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb index d0235c195..f2d52a2c8 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | |||
@@ -154,6 +154,7 @@ do_install_append() { | |||
154 | sed -i 's:\(#!/bin/\)bash:\1sh:' ${D}${bindir}/onnode | 154 | sed -i 's:\(#!/bin/\)bash:\1sh:' ${D}${bindir}/onnode |
155 | fi | 155 | fi |
156 | 156 | ||
157 | chmod 0750 ${D}${sysconfdir}/sudoers.d | ||
157 | rm -rf ${D}/run ${D}${localstatedir}/run ${D}${localstatedir}/log | 158 | rm -rf ${D}/run ${D}${localstatedir}/run ${D}${localstatedir}/log |
158 | } | 159 | } |
159 | 160 | ||