mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 10:19:31 +00:00
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>
This commit is contained in:
parent
3730b6eded
commit
c9f0e25a16
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user