aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9b045d50c..0e9c280bd 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,52 @@ FILE TRANSFER
89 $ firejail --get=mybrowser ~/Downloads/xpra-clipboard.png 89 $ firejail --get=mybrowser ~/Downloads/xpra-clipboard.png
90````` 90`````
91 91
92## FIrecfg
93`````
94NAME
95 Firecfg - Desktop configuration program for Firejail software.
96
97SYNOPSIS
98 firecfg [OPTIONS]
99
100DESCRIPTION
101 Firecfg is the desktop configuration utility for Firejail software. The
102 utility creates several symbolic links to firejail executable. This
103 allows the user to sandbox applications automatically, just by clicking
104 on a regular desktop menus and icons.
105
106 The symbolic links are placed in /usr/local/bin. For more information,
107 see DESKTOP INTEGRATION section in man 1 firejail.
108
109OPTIONS
110 --clear
111 Clear all firejail symbolic links
112
113 -?, --help
114 Print options end exit.
115
116 --list List all firejail symbolic links
117
118 --version
119 Print program version and exit.
120
121 Example:
122
123 $ sudo firecfg
124 /usr/local/bin/firefox created
125 /usr/local/bin/vlc created
126 [...]
127 $ firecfg --list
128 /usr/local/bin/firefox
129 /usr/local/bin/vlc
130 [...]
131 $ sudo firecfg --clear
132 /usr/local/bin/firefox removed
133 /usr/local/bin/vlc removed
134 [...]
135`````
136
137
92## Compile time and run time configuration support 138## Compile time and run time configuration support
93 139
94Most Linux kernel security features require root privileges during configuration. 140Most Linux kernel security features require root privileges during configuration.