aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/su/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-08-27 18:42:53 -0400
committerCameron Katri <me@cameronkatri.com>2021-08-27 18:42:53 -0400
commite3a22a47d883caa7edcce2f2d6c4bda41011b204 (patch)
tree132fe8fab219ef3f1c10549c4f7ff016097cc733 /shell_cmds/su/Makefile
parent5516b20bb043fccc8eda0cdf37460cd14818d701 (diff)
downloadapple_cmds-main.tar.gz
apple_cmds-main.tar.zst
apple_cmds-main.zip
md5: Don't symlink non working bins, setuid appropriate binsHEADmain
Diffstat (limited to 'shell_cmds/su/Makefile')
-rw-r--r--shell_cmds/su/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell_cmds/su/Makefile b/shell_cmds/su/Makefile
index 7bc56fb..4466d8d 100644
--- a/shell_cmds/su/Makefile
+++ b/shell_cmds/su/Makefile
@@ -1,5 +1,8 @@
PROG= su
+# Setuid this bin
+BINMODE=4555
+
LDADD=-lpam -liosexec
.include <bsd.prog.mk>