aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2021-06-11 22:20:28 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2021-06-11 22:20:28 +0200
commit8b523c875cf63b6844e1455c723e28c6c6762ba1 (patch)
tree2b7e4d2ec919252f358c99c0814166e01d720062
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-8b523c875cf63b6844e1455c723e28c6c6762ba1.tar.gz
firejail-8b523c875cf63b6844e1455c723e28c6c6762ba1.tar.zst
firejail-8b523c875cf63b6844e1455c723e28c6c6762ba1.zip
README.md: minor markdown improvements
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5ba68d54b..40afc971e 100644
--- a/README.md
+++ b/README.md
@@ -126,18 +126,18 @@ $ cd firejail
126$ ./configure && make && sudo make install-strip 126$ ./configure && make && sudo make install-strip
127````` 127`````
128On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor 128On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor
129development libraries and pkg-config are required when using --apparmor 129development libraries and pkg-config are required when using `--apparmor`
130./configure option: 130./configure option:
131````` 131`````
132$ sudo apt-get install git build-essential libapparmor-dev pkg-config gawk 132$ sudo apt-get install git build-essential libapparmor-dev pkg-config gawk
133````` 133`````
134For --selinux option, add libselinux1-dev (libselinux-devel for Fedora). 134For `--selinux` option, add libselinux1-dev (libselinux-devel for Fedora).
135 135
136Detailed information on using firejail from git is available on the [wiki](https://github.com/netblue30/firejail/wiki/Using-firejail-from-git). 136Detailed information on using firejail from git is available on the [wiki](https://github.com/netblue30/firejail/wiki/Using-firejail-from-git).
137 137
138## Running the sandbox 138## Running the sandbox
139 139
140To start the sandbox, prefix your command with firejail: 140To start the sandbox, prefix your command with `firejail`:
141 141
142````` 142`````
143$ firejail firefox # starting Mozilla Firefox 143$ firejail firefox # starting Mozilla Firefox
@@ -145,7 +145,7 @@ $ firejail transmission-gtk # starting Transmission BitTorrent
145$ firejail vlc # starting VideoLAN Client 145$ firejail vlc # starting VideoLAN Client
146$ sudo firejail /etc/init.d/nginx start 146$ sudo firejail /etc/init.d/nginx start
147````` 147`````
148Run "firejail --list" in a terminal to list all active sandboxes. Example: 148Run `firejail --list` in a terminal to list all active sandboxes. Example:
149````` 149`````
150$ firejail --list 150$ firejail --list
1511617:netblue:/usr/bin/firejail /usr/bin/firefox-esr 1511617:netblue:/usr/bin/firejail /usr/bin/firefox-esr
@@ -188,9 +188,7 @@ Use this issue to request new profiles: [#1139](https://github.com/netblue30/fir
188You can also use this tool to get a list of syscalls needed by a program: [contrib/syscalls.sh](contrib/syscalls.sh). 188You can also use this tool to get a list of syscalls needed by a program: [contrib/syscalls.sh](contrib/syscalls.sh).
189 189
190We also keep a list of profile fixes for previous released versions in [etc-fixes](https://github.com/netblue30/firejail/tree/master/etc-fixes) directory. 190We also keep a list of profile fixes for previous released versions in [etc-fixes](https://github.com/netblue30/firejail/tree/master/etc-fixes) directory.
191`````
192 191
193`````
194## Latest released version: 0.9.64 192## Latest released version: 0.9.64
195 193
196## Current development version: 0.9.65 194## Current development version: 0.9.65