aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-08-04 21:50:26 -0700
committerGravatar MarkKoz <[email protected]>2019-08-04 22:19:06 -0700
commitc1a786df0cc2811544e276436d1d713eed9f8a0f (patch)
treec5587f8a3738d929c44139d6ea4da11b9cae0d6b /scripts
parentRewrite README and clean up Pipfile scripts (diff)
Use IDs for user and group in nsjpy alias
Reflects the changes in 7a7eca52019bf21d21cdffcf03cd9c5eacd8363b
Diffstat (limited to 'scripts')
-rw-r--r--scripts/.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/.profile b/scripts/.profile
index bff260d..bd46a17 100644
--- a/scripts/.profile
+++ b/scripts/.profile
@@ -20,8 +20,8 @@ nsjpy() {
--chroot / \
-E LANG=en_US.UTF-8 \
-R/usr -R/lib -R/lib64 \
- --user nobody \
- --group nogroup \
+ --user 65534 \
+ --group 65534 \
--time_limit 2 \
--disable_proc \
--iface_no_lo \