]> git.pond.sub.org Git - empserver/commit - src/client/misc.h
client: New option -r for restricted mode
authorMarisa Giancarla <fstltna@me.com>
Sat, 7 Dec 2013 15:43:13 +0000 (16:43 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 8 Mar 2015 16:30:46 +0000 (17:30 +0100)
commit0a6eb70b28271baf784616ecac53037a8de49340
treef2a87038ab57e9f563d5e538cbd44a25f1ea0b29
parent89b76644b26c8a83c37960b816d74745c185a345
client: New option -r for restricted mode

Redirections and the execute command let the user read and write files
and run programs on the local system.

Restricted mode prevents such access.  This is useful when you want to
grant somebody access to just Empire, but not to the host system's
user account that runs the client.

Signed-off-by: Marisa Giancarla <fstltna@me.com>
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
man/empire.6
src/client/main.c
src/client/misc.h
src/client/servcmd.c