aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-02-05 09:17:06 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-02-05 09:17:06 -0500
commit6185c6f0767326a09d69f4e4e4c0d628f6b3ec33 (patch)
tree5af848497769a4dee9bfaafe622d0d73e3e78ee7 /README.md
parentprofile merges (diff)
downloadfirejail-6185c6f0767326a09d69f4e4e4c0d628f6b3ec33.tar.gz
firejail-6185c6f0767326a09d69f4e4e4c0d628f6b3ec33.tar.zst
firejail-6185c6f0767326a09d69f4e4e4c0d628f6b3ec33.zip
--git-install/--git-uninstall
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
index 07de69e42..696096924 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,31 @@ Added AppImage type 2 support, and support for passing command line arguments to
105 105
106 Example: 106 Example:
107 $ sudo firejail --writable-var-log 107 $ sudo firejail --writable-var-log
108
109 --git-install
110 Download, compile and install mainline git version of Firejail
111 from the official repository on GitHub. The software is
112 installed in /usr/local/bin, and takes precedence over the (old)
113 version installed in /usr/bin. If for any reason the new version
114 doesn't work, the user can uninstall it using --git-uninstall
115 command and revert to the old version.
116
117 Prerequisites: git and compile support are required for this com‐
118 mand to work. On Debian/Ubuntu systems this support is installed
119 using "sudo apt-get install build-essential git".
120
121 Example:
122
123 $ firejail --git-install
124
125 --git-uninstall
126 Remove the Firejail version previously installed in
127 /usr/local/bin using --git-install command.
128
129 Example:
130
131 $ firejail --git-uninstall
132
108 133
109````` 134`````
110## New Profiles 135## New Profiles