aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* fix and harden overlay optionsLibravatar smitsohu2018-08-28
|
* allow system users to run the sandboxLibravatar netblue302018-08-26
|
* support for local user directories in firecfg (--bindir)Libravatar netblue302018-08-25
|
* cleanup, small improvementsLibravatar smitsohu2018-08-25
|
* MergesLibravatar Tad2018-08-23
|
* removed --disable-bind configuration option; some ohter minor cleanupLibravatar startx20172018-08-22
|
* relax restrictions imposed on filesystem log (fslogger) in ↵Libravatar smitsohu2018-08-22
| | | | ec7f59b8d370c29bd229fa9124640611c0667159
* close private-cache memleakLibravatar smitsohu2018-08-22
|
* drop privs when permissions are changed in /run/user/$UIDLibravatar smitsohu2018-08-22
|
* refactor, check the sandbox status for all join optionsLibravatar smitsohu2018-08-20
|
* fix check for find_child return value (bandwidth.c, netfilter.c)Libravatar smitsohu2018-08-20
|
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2018-08-19
|\
| * Add a profile for ClamTKLibravatar Tad2018-08-19
| |
* | check privileges for dns.printLibravatar smitsohu2018-08-19
| |
* | fix also the second instance of pid_get_uidLibravatar smitsohu2018-08-19
|/
* fix pid_get_uid for the root userLibravatar smitsohu2018-08-19
|
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2018-08-19
|\
| * Warn when /usr/local/bin/<program> already exists and is not a symlink ↵Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-08-19
| | | | | | | | (fixes #667)
* | small enhancement to join.c (ready-for-join is always a regular file)Libravatar smitsohu2018-08-19
|/
* fix failing travis build (make no assumptions about C standard)Libravatar smitsohu2018-08-19
| | | | plus function rename
* man: fix example for --build commandLibravatar Reiner Herrmann2018-08-19
|
* Merge branch 'master' of http://github.com/netblue30/firejailLibravatar netblue302018-08-19
|\
| * fix issue with join optionLibravatar smitsohu2018-08-19
| |
* | minor cleanupLibravatar netblue302018-08-19
|/
* Unlink files at endLibravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-08-16
|
* Generate temporary filenames instead of using a fixed one (fixes #2083)Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-08-16
|
* harden private-home mounting, small improvementsLibravatar smitsohu2018-08-16
|
* improve detection of symbolic linksLibravatar smitsohu2018-08-15
|
* fix NP derefLibravatar smitsohu2018-08-15
| | | | private-home and private-bin are included just for consistency
* Add profile for electrum0.9.56-rc1Libravatar Tad2018-08-13
| | | | + minor nitpicks to beaker.profile
* various small improvements, fixes, nitpicksLibravatar smitsohu2018-08-11
|
* clear all warnings from cppcheck static code analysisLibravatar smitsohu2018-08-11
| | | | obtained with: cppcheck --enable=warning --force --inconclusive --quiet ~/firejail/src
* release 0.9.56~rc1 testingLibravatar netblue302018-08-11
|
* xdg macro: silence resolve messages unless arg_debugLibravatar Tad2018-08-10
|
* Replace all possible HTTP links with HTTPSLibravatar Tad2018-08-08
|
* xdg macro testingLibravatar netblue302018-08-07
|
* xdg support: split xdg whitelist code in a different moduleLibravatar netblue302018-08-07
|
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar startx20172018-08-04
|\
| * indentation fixLibravatar smitsohu2018-08-04
| |
| * automatically trim trailing slashes for whitelisting, fix mountinfo testLibravatar smitsohu2018-08-04
| | | | | | | | | | | | Command-line autocompletion adds a trailing slash to directories, which leads to a usability problem for whitelisting. So before doing any path validation it is attempted to trim trailing slashes and dots.
* | --ignore cleanupLibravatar startx20172018-08-04
|/
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2018-08-02
|\
| * Check tmp1 and tmp2 for NULL before passing to parse_nowhitelist (thanks ↵Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-08-02
| | | | | | | | @smitsohu!)
* | port whitelist path creation to "at" family of functionsLibravatar smitsohu2018-08-02
| |
* | Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2018-08-01
|\|
| * Fixed Documents handling (consume trailing /) and hide XDG warnings unless ↵Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-07-31
| | | | | | | | --debug is enabled.
| * Check to see if expand_home is called as root and switch to user (and ↵Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-07-31
| | | | | | | | restore root at the end)
| * Add XDG variable support to blacklist and read-only.Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-07-31
| |
* | enhance safe_fd function so it can digest arbitrary pathnamesLibravatar smitsohu2018-08-01
|/
* removed compile time --enable-network=restricted, --net=none allowed even if ↵Libravatar startx20172018-07-26
| | | | networking was disabled at compile time or at run time, fixed issue #2061