aboutsummaryrefslogtreecommitdiffstats
path: root/diskdev_cmds
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 /diskdev_cmds
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 'diskdev_cmds')
-rw-r--r--diskdev_cmds/quota.tproj/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/diskdev_cmds/quota.tproj/Makefile b/diskdev_cmds/quota.tproj/Makefile
index ba137fe..3002f80 100644
--- a/diskdev_cmds/quota.tproj/Makefile
+++ b/diskdev_cmds/quota.tproj/Makefile
@@ -1,6 +1,9 @@
PROG= quota
MAN= quota.1
+# Setuid this bin
+BINMODE=4555
+
BINDIR=/usr/bin
.include <bsd.prog.mk>