aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-05-02 06:22:03 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-05-02 09:31:22 -0300
commit3f52c0e26eda6218d03f57f260cce9810c43c485 (patch)
tree9729bf0ca384c089b2b5d1e841c3c833e83e1122 /README.md
parentbuild(deps): bump github/codeql-action from 2.3.0 to 2.3.2 (diff)
downloadfirejail-3f52c0e26eda6218d03f57f260cce9810c43c485.tar.gz
firejail-3f52c0e26eda6218d03f57f260cce9810c43c485.tar.zst
firejail-3f52c0e26eda6218d03f57f260cce9810c43c485.zip
docs: add uninstall instructions to README.md
Clarify how to remove the symlinks created by firecfg. Reported by @MikeNavy in #5098.
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