aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 09a3276e6..781304451 100644
--- a/README.md
+++ b/README.md
@@ -235,6 +235,20 @@ You can also use this tool to get a list of syscalls needed by a program:
235 235
236* [contrib/syscalls.sh](contrib/syscalls.sh) 236* [contrib/syscalls.sh](contrib/syscalls.sh)
237 237
238## Uninstalling
239
240firecfg creates symlinks in /usr/local/bin, so to fully remove firejail, run
241the following before uninstalling:
242
243```sh
244sudo firecfg --clean
245```
246
247See `man firecfg` for details.
248
249Note: Broken symlinks are ignored when searching for an executable in `$PATH`,
250so uninstalling without doing the above should not cause issues.
251
238## Latest released version: 0.9.72 252## Latest released version: 0.9.72
239 253
240## Current development version: 0.9.73 254## Current development version: 0.9.73