aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-05-12 10:13:47 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-05-12 10:13:47 -0400
commit514667d25d5e3044d04bddda14046abb50605b62 (patch)
tree002081c309d4e94e2b11594b1f4a633d0caf0a4e
parentMerge pull request #1932 from RDProjekt/modules (diff)
downloadfirejail-514667d25d5e3044d04bddda14046abb50605b62.tar.gz
firejail-514667d25d5e3044d04bddda14046abb50605b62.tar.zst
firejail-514667d25d5e3044d04bddda14046abb50605b62.zip
-rw-r--r--README5
-rw-r--r--RELNOTES2
-rw-r--r--src/man/firejail-profile.txt2
-rw-r--r--src/man/firejail.txt2
4 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index 368feb827..fcebecc31 100644
--- a/README
+++ b/README
@@ -436,6 +436,7 @@ PizzaDude (https://github.com/pizzadude)
436 - add mpv support to smplayer 436 - add mpv support to smplayer
437 - added profile for torbrowser-launcher 437 - added profile for torbrowser-launcher
438 - added profile for sayonara and qmmp 438 - added profile for sayonara and qmmp
439 - remove tracelog from Firefox profile
439probonopd (https://github.com/probonopd) 440probonopd (https://github.com/probonopd)
440 - automatic build on Travis CI 441 - automatic build on Travis CI
441pshpsh (https://github.com/pshpsh) 442pshpsh (https://github.com/pshpsh)
@@ -470,6 +471,10 @@ Reiner Herrmann (https://github.com/reinerh)
470Remco Verhoef (https://github.com/nl5887) 471Remco Verhoef (https://github.com/nl5887)
471 - add overlay configuration to profiles 472 - add overlay configuration to profiles
472 - prevent running shells recursively 473 - prevent running shells recursively
474RD PROJEKT (https://github.com/RDProjekt)
475 - noblacklist support for /sys/module directory
476 - whitelist support for /sys/module directory
477 - support AMD GPU by OpenCL in Blender
473rogshdo (https://github.com/rogshdo) 478rogshdo (https://github.com/rogshdo)
474 - BitlBee profile 479 - BitlBee profile
475Ruan (https://github.com/ruany) 480Ruan (https://github.com/ruany)
diff --git a/RELNOTES b/RELNOTES
index f73793740..37526e9bd 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -35,6 +35,8 @@ firejail (0.9.54~rc1) baseline; urgency=low
35 * private-tmp support for overlay and chroot sandboxes 35 * private-tmp support for overlay and chroot sandboxes
36 * added sandbox name support in firemon 36 * added sandbox name support in firemon
37 * firemon/prctl enhancements 37 * firemon/prctl enhancements
38 * noblacklist support for /sys/module directory
39 * whitelist support for /sys/module directory
38 * new profiles: basilisk, Tor Browser language packs, PlayOnLinux, sylpheed, 40 * new profiles: basilisk, Tor Browser language packs, PlayOnLinux, sylpheed,
39 * new profiles: discord-canary, pycharm-community, pycharm-professional, 41 * new profiles: discord-canary, pycharm-community, pycharm-professional,
40 * new profiles: pdfchain, tilp, vivaldi-snapshot, bitcoin-qt, kaffeine, 42 * new profiles: pdfchain, tilp, vivaldi-snapshot, bitcoin-qt, kaffeine,
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index f136be510..7bfa3a019 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -267,7 +267,7 @@ Blacklist violations logged to syslog.
267Whitelist directory or file. A temporary file system is mounted on the top directory, and the 267Whitelist directory or file. A temporary file system is mounted on the top directory, and the
268whitelisted files are mount-binded inside. Modifications to whitelisted files are persistent, 268whitelisted files are mount-binded inside. Modifications to whitelisted files are persistent,
269everything else is discarded when the sandbox is closed. The top directory could be 269everything else is discarded when the sandbox is closed. The top directory could be
270user home, /dev, /media, /mnt, /opt, /srv, /var, and /tmp. 270user home, /dev, /etc, /media, /mnt, /opt, /srv, /sys/module, /usr/share, /var, and /tmp.
271.br 271.br
272 272
273.br 273.br
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index af9fe4b90..1a90f403c 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2091,7 +2091,7 @@ $ firejail \-\-net=br0 --veth-name=if0
2091Whitelist directory or file. A temporary file system is mounted on the top directory, and the 2091Whitelist directory or file. A temporary file system is mounted on the top directory, and the
2092whitelisted files are mount-binded inside. Modifications to whitelisted files are persistent, 2092whitelisted files are mount-binded inside. Modifications to whitelisted files are persistent,
2093everything else is discarded when the sandbox is closed. The top directory could be 2093everything else is discarded when the sandbox is closed. The top directory could be
2094user home, /dev, /media, /mnt, /opt, /srv, /var, and /tmp. 2094user home, /dev, /etc, /media, /mnt, /opt, /srv, /sys/module, /usr/share, /var, and /tmp.
2095.br 2095.br
2096 2096
2097.br 2097.br