diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-12-18 14:56:03 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-12-18 14:56:03 +0000 |
commit | 1720551fd69a86363dcaff6c36e58a9b00ee6332 (patch) | |
tree | 6eacb3ea01bfc3f8dddcd0eec2086e87303fd4e6 /lib | |
parent | e0372c26e9263207fb9ede2b8d706e4f8cd24b7a (diff) |
/lib/namespace: add bind -c #s$srvspec /srv bind
This makes it possible to start a new namespace
using a specific service directory as the
starting point (see srv(3)).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/namespace | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/namespace b/lib/namespace index a02d45402..76e9659ef 100644 --- a/lib/namespace +++ b/lib/namespace @@ -7,7 +7,7 @@ bind #c /dev bind #d /fd bind -c #e /env bind #p /proc -bind -c #s /srv +bind -c #s$srvspec /srv bind -q #σ /shr bind -a #¤ /dev bind -qa #¶ /dev |