mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make man sgid bin, not sgid AND suid. There is no reason to make man suid
bin since all you need to do is make the cat dirs group owned and writable by bin - much less dangerous.
This commit is contained in:
parent
ee3794ce7d
commit
d86aaf74ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PROG= man
|
||||
SRCS= man.c manpath.c glob.c
|
||||
BINMODE=6555
|
||||
BINMODE=2555
|
||||
|
||||
.if exists(${.CURDIR}/../lib/obj)
|
||||
LDADD= -L${.CURDIR}/../lib/obj -lman
|
||||
|
|
|
|||
Loading…
Reference in a new issue