[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6009/8267] lsof: clear setuid



commit c9f0e25a16e8cf88dc859a712a20d30b5b657771
Author: Kai Kang <kai kang windriver com>
Date:   Sat May 27 15:45:03 2017 +0800

    lsof: clear setuid
    
    Having 'lsof' as a +s (setuid) binary could lead to security issues if
    a compromise in the binary is found.  It is better that it be -s by
    default as a precaution.
    
    (From OE-Core rev: 346c65dd6855106069d1861ca965d3121eb084d1)
    
    Signed-off-by: Kai Kang <kai kang windriver com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-extended/lsof/lsof_4.89.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lsof_4.89.bb
index b732cf0..650b34c 100644
--- a/meta/recipes-extended/lsof/lsof_4.89.bb
+++ b/meta/recipes-extended/lsof/lsof_4.89.bb
@@ -53,6 +53,6 @@ do_compile () {
 
 do_install () {
        install -d ${D}${sbindir} ${D}${mandir}/man8
-       install -m 4755 lsof ${D}${sbindir}/lsof
+       install -m 0755 lsof ${D}${sbindir}/lsof
        install -m 0644 lsof.8 ${D}${mandir}/man8/lsof.8
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]