diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-05-22 22:19:16 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-05-24 18:17:56 -0700 |
commit | ff4ff7c79ee0f37e84471e93804a95074b8e84ae (patch) | |
tree | 673bb248a83417c7ac5822debf3fa9818525887e /pinyadmin/bin/pinyshell | |
parent | 4965b97b6dc3e4fac4c2a8271dfd91a3ea2ccde6 (diff) | |
download | piny-code-ff4ff7c79ee0f37e84471e93804a95074b8e84ae.tar.gz piny-code-ff4ff7c79ee0f37e84471e93804a95074b8e84ae.zip |
Attempt to support core.sharedRepository
Diffstat (limited to 'pinyadmin/bin/pinyshell')
-rwxr-xr-x | pinyadmin/bin/pinyshell | 1 |
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 "$@" |