diff options
author | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2011-01-09 17:53:56 -0800 |
---|---|---|
committer | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2011-01-09 17:53:56 -0800 |
commit | daac4eaa685d0f5a742b9dffa13079795ef742a4 (patch) | |
tree | ecab4325dd06c953aa47e7bbfcd1644e7e0e3641 /pinyweb | |
parent | e1ffec68d09d9fce74e9c05d159edca5222cdeab (diff) | |
download | piny-code-daac4eaa685d0f5a742b9dffa13079795ef742a4.tar.gz piny-code-daac4eaa685d0f5a742b9dffa13079795ef742a4.zip |
Make piny-suid group shadow until we think of something better
Diffstat (limited to 'pinyweb')
-rw-r--r-- | pinyweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pinyweb/Makefile b/pinyweb/Makefile index 622f24c..52c3dcf 100644 --- a/pinyweb/Makefile +++ b/pinyweb/Makefile @@ -4,7 +4,7 @@ build: install: install -o root -g root -m 755 -d $(DESTDIR)/usr/lib/cgi-bin $(DESTDIR)/usr/sbin install -o root -g root -m 755 cgi-bin/* $(DESTDIR)/usr/lib/cgi-bin - install -o root -g www-data -m 4754 suid/piny-suid $(DESTDIR)/usr/sbin + install -o root -g shadow -m 4754 suid/piny-suid $(DESTDIR)/usr/sbin # FIXME: this should really be www-data somehow clean: $(MAKE) -C suid clean |