From 75311732cc354f8c5aaf4468313822c104b50c9e Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 8 Apr 2018 14:29:55 -0400 Subject: firejail user access database --- src/man/firecfg.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/man/firecfg.txt') diff --git a/src/man/firecfg.txt b/src/man/firecfg.txt index e7a7ef6d9..fc0bbcee4 100644 --- a/src/man/firecfg.txt +++ b/src/man/firecfg.txt @@ -30,8 +30,30 @@ installing new programs. If the program is supported by Firejail, the symbolic l will be created. For a full list of programs supported by default run "cat /usr/lib/firejail/firecfg.config". For user-driven manual integration, see \fBDESKTOP INTEGRATION\fR section in \fBman 1 firejail\fR. +.SH DEFAULT ACTIONS +The following actions are implemented by default by running sudo firecfg: + +.RS +- set or update the symbolic links for desktop integration; +.br + +.br +- add the current user to Firejail user access database (firecfg --add-users); +.br + +.br +-fix desktop files in $HOME/.local/share/applications/ (firecfg --fix). +.RE .SH OPTIONS +.TP +\fB\-\-add-users user [user] +Add the list of users to Firejail user access databaseRemove all firejail symbolic links. + +Example: +.br +$ sudo firecfg --add-users dustin lucas mike eleven + .TP \fB\-\-clean Remove all firejail symbolic links. @@ -102,3 +124,4 @@ Homepage: https://firejail.wordpress.com \&\flfiremon\fR\|(1), \&\flfirejail-profile\fR\|(5), \&\flfirejail-login\fR\|(5) +\&\flfirejail-users\fR\|(5) -- cgit v1.2.3-54-g00ecf