mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Make /usr/bin/crontab install setuid root. (doesn't work otherwise)
The distributed makefile in the package installs it setuid root.. Reviewed by: jkh
This commit is contained in:
parent
94096616ab
commit
6831597a60
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4189
@ -16,4 +16,8 @@ DPADD+= ${.CURDIR}/../lib/libcron.a
|
||||
|
||||
LDADD+= -lcron
|
||||
|
||||
BINOWN= root
|
||||
BINMODE=4555
|
||||
INSTALLFLAGS=-fschg
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user