]> git.armaanb.net Git - opendoas.git/blobdiff - Makefile
add more restrictive permissions and root:root as owner for binary
[opendoas.git] / Makefile
index f2277ab8bbc9a649b23569cbcc4da084e753629c..66792eb7f566e39c33a398a237557df1734074e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,10 @@ PROG= doas
 MAN=   doas.1 doas.conf.5
 
 BINOWN= root
-BINGRP= wheel
-BINMODE=4511
+BINGRP= root
+BINMODE=4111
 
 CFLAGS+= -I${CURDIR}
 COPTS+= -Wall -Wextra -Werror -pedantic -std=c11
-LDFLAGS+= -lpam
 
 include bsd.prog.mk