aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-02-19 10:07:05 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-02-19 10:07:05 -0500
commit884fdb721708c1658743f9c6dd33e8d0f2266207 (patch)
tree3cb984e9ad42fa73a732189ac05a8af90423fdc5 /README
parentMerge pull request #1106 from Fred-Barclay/keepassx-pvt_bin (diff)
downloadfirejail-884fdb721708c1658743f9c6dd33e8d0f2266207.tar.gz
firejail-884fdb721708c1658743f9c6dd33e8d0f2266207.tar.zst
firejail-884fdb721708c1658743f9c6dd33e8d0f2266207.zip
profile merges
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 0d6fab91e..ac520da06 100644
--- a/README
+++ b/README
@@ -15,6 +15,17 @@ Documentation and support: https://firejail.wordpress.com/
15Development: https://github.com/netblue30/firejail 15Development: https://github.com/netblue30/firejail
16License: GPL v2 16License: GPL v2
17 17
18Compile and install
19
20$ git clone https://github.com/netblue30/firejail.git
21$ cd firejail
22$ ./configure && make && sudo make install-strip
23
24On Debian/Ubuntu you will need to install git and a compiler:
25
26$ sudo apt-get install build-essential
27
28
18Firejail Authors: 29Firejail Authors:
19 30
20netblue30 (netblue30@yahoo.com) 31netblue30 (netblue30@yahoo.com)
@@ -86,6 +97,7 @@ Fred-Barclay (https://github.com/Fred-Barclay)
86 - uudeview profile fix 97 - uudeview profile fix
87 - fixed palemoon and qbittorrent profiles 98 - fixed palemoon and qbittorrent profiles
88 - compile/install scripts for --git-install/--git-uninstall commands 99 - compile/install scripts for --git-install/--git-uninstall commands
100 - tighten keepassx
89valoq (https://github.com/valoq) 101valoq (https://github.com/valoq)
90 - lots of profile fixes 102 - lots of profile fixes
91 - added support for /srv in --whitelist feature 103 - added support for /srv in --whitelist feature