summaryrefslogtreecommitdiff
path: root/pinyadmin/bin
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2011-05-22 22:19:16 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2011-05-24 18:17:56 -0700
commitff4ff7c79ee0f37e84471e93804a95074b8e84ae (patch)
tree673bb248a83417c7ac5822debf3fa9818525887e /pinyadmin/bin
parent4965b97b6dc3e4fac4c2a8271dfd91a3ea2ccde6 (diff)
downloadpiny-code-ff4ff7c79ee0f37e84471e93804a95074b8e84ae.tar.gz
piny-code-ff4ff7c79ee0f37e84471e93804a95074b8e84ae.zip
Attempt to support core.sharedRepository
Diffstat (limited to 'pinyadmin/bin')
-rwxr-xr-xpinyadmin/bin/pinyshell1
1 files changed, 1 insertions, 0 deletions
diff --git a/pinyadmin/bin/pinyshell b/pinyadmin/bin/pinyshell
index 0db88a8..37d86e4 100755
--- a/pinyadmin/bin/pinyshell
+++ b/pinyadmin/bin/pinyshell
@@ -1,5 +1,6 @@
#!/bin/sh
cd /srv/rbin
+umask 0027
export PATH=/srv/rbin
exec /bin/rbash "$@"