diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-16 22:55:30 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-16 22:55:30 +0200 |
commit | 613578b69f8bada4c6aa791e56768e59b017b20c (patch) | |
tree | f0252703f5fce5ff1e20bb187a70de853f487210 /sys/src/9/sgi | |
parent | bd50adc942797ef52ac80ab29b5edca8bddd554b (diff) |
kernel: add srvtls and tlsclient to bootfs.proto for encrypting connection to the file server
Diffstat (limited to 'sys/src/9/sgi')
-rw-r--r-- | sys/src/9/sgi/bootfs.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/9/sgi/bootfs.proto b/sys/src/9/sgi/bootfs.proto index 3c691d2dd..3817482e7 100644 --- a/sys/src/9/sgi/bootfs.proto +++ b/sys/src/9/sgi/bootfs.proto @@ -27,6 +27,7 @@ $objtype sleep srv test + tlsclient unmount xd rc @@ -34,5 +35,6 @@ rc rcmain net.rc 555 sys sys ../boot/net.rc bin + srvtls bootrc 555 sys sys ../boot/bootrc tmp |