diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-10-29 23:09:54 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-10-29 23:09:54 +0100 |
commit | f3f93925173d15ca48e90ce1624452d7e3b7726f (patch) | |
tree | d9faed1bb124d767aacca06261c6d51a22595851 /lib/namespace | |
parent | 93117262c2e377d9d4f1588924032d1b69e7e2f9 (diff) | |
download | plan9front-f3f93925173d15ca48e90ce1624452d7e3b7726f.tar.xz |
kernel: introduce devswap #¶ to serve /dev/swap and handle swapfile encryption
Diffstat (limited to 'lib/namespace')
-rw-r--r-- | lib/namespace | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/namespace b/lib/namespace index f98f62a2a..105e34be8 100644 --- a/lib/namespace +++ b/lib/namespace @@ -10,6 +10,7 @@ bind #p /proc bind -c #s /srv bind -q #σ /shr bind -a #¤ /dev +bind -qa #¶ /dev # authentication mount -b /srv/factotum /mnt |