[oe-commits] [meta-openembedded] 31/51: samba: fix conflict between samba and sudo packages

git at git.openembedded.org git at git.openembedded.org
Tue Apr 25 20:44:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 81efffcc22cb7546d5a490b5d78e4b4125691fae
Author: Szombathelyi György <gyurco at freemail.hu>
AuthorDate: Mon Apr 17 23:22:07 2017 +0200

    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 at freemail.hu>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 1 +
 1 file changed, 1 insertion(+)

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 d0235c1..f2d52a2 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() {
         sed -i 's:\(#!/bin/\)bash:\1sh:' ${D}${bindir}/onnode
     fi
 
+    chmod 0750 ${D}${sysconfdir}/sudoers.d
     rm -rf ${D}/run ${D}${localstatedir}/run ${D}${localstatedir}/log
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list