X-Git-Url: http://git.jankratochvil.net/?p=captive.git;a=blobdiff_plain;f=README;h=fcdcaeab36c371338707adf80ba6ad57f4a2f6da;hp=e19daad40bbf138bbd5b1a03fe6228d407b165fe;hb=0f45cca6d6d0c4a9701b82aef3cd5caa86e177dc;hpb=c0295c0c4c0ec656b592d1d42f5a49ec077b1707 diff --git a/README b/README index e19daad..fcdcaea 100644 --- a/README +++ b/README @@ -120,12 +120,15 @@ Compile by: make Now you have './src/client/cmdline/captive-cmdline' available for testing. -Later you may invoke standard: - make install -Manual addition of user and group 'captive' is required for '--sandbox-server': +Manual addition of user and group 'captive' is required for '--sandbox-server'. +User 'captive' should have its group 'captive'. Login should be forbidden. +Commands may vary on your system, please consult groupadd(8) and useradd(8): groupadd captive - useradd captive + useradd -g captive -r -s /sbin/nologin captive + +Later you may invoke standard: + make install Both these steps will be suggested during 'make install' if appropriate: You may need to add '/usr/local/lib' line (without quotes) to your