summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* whitelist fixLibravatar netblue302015-11-19
|
* keep original file permissionsLibravatar avoidr2015-11-20
|
* fix directory ownership for --whitelist commandLibravatar netblue302015-11-19
|
* prevent leaking user information by modifying /home directory, /etc/passwd ↵Libravatar netblue302015-11-19
| | | | and /etc/group
* Merge pull request #148 from brunonova/command-line-spacesLibravatar netblue302015-11-19
|\ | | | | Add '"' chars around every argument passed to bash
| * Add '"' chars around every argument passed to bashLibravatar Bruno Nova2015-11-18
| |
* | add log and dri to private-dev help and man pagesLibravatar netblue302015-11-18
| |
* | /home reworkLibravatar netblue302015-11-18
|/
* blacklist multiple times fixLibravatar netblue302015-11-17
|
* allow mixing of whitelist and privateLibravatar netblue302015-11-17
|
* symlink debugLibravatar netblue302015-11-17
|
* Fix #144Libravatar Bruno Nova2015-11-16
| | | | When whitelisting symlinks, ensure the parent directories exist.
* whitelist enhancementsLibravatar netblue302015-11-15
|
* added netlink to the protocol list for firefox, required by some camera ↵Libravatar netblue302015-11-15
| | | | devices connected over firewire or usb
* Fix warnings by clang-analyzer (scan-build)Libravatar Reiner Herrmann2015-11-15
|
* fixed sysconfdirLibravatar netblue302015-11-14
|
* fixed utf8 problem in firejail --treeLibravatar netblue302015-11-13
|
* support for kde and server programsLibravatar netblue302015-11-13
|
* removed exclude-token from profile includeLibravatar netblue302015-11-12
|
* removed private.keep (deprecated)Libravatar netblue302015-11-12
|
* fixesLibravatar netblue302015-11-12
|
* whitelist support for /tmpLibravatar netblue302015-11-12
|
* fix symlink whitelistLibravatar netblue302015-11-11
|
* added --noblacklist optionLibravatar netblue302015-11-10
|
* added /dev/log to private-devLibravatar root2015-11-09
|
* fix for broken --tmpfs=/tmpLibravatar netblue302015-11-09
|
* move firejail directory form /tmp to /runLibravatar netblue302015-11-08
|
* fix ./configure --disable-seccompLibravatar netblue302015-11-06
|
* coverityLibravatar netblue302015-11-06
|
* --bandwidth errorLibravatar netblue302015-11-06
|
* disable idbus fix for network namespacesLibravatar netblue302015-11-05
|
* IBus supportLibravatar netblue302015-11-04
|
* --private.print optionLibravatar netblue302015-11-03
|
* cleanupLibravatar netblue302015-11-02
|
* cleanupLibravatar netblue302015-11-02
|
* --chroot testingLibravatar netblue302015-10-31
|
* dual i386/amd64 seccomp support for --seccomp optionLibravatar netblue302015-10-28
|
* protocol testingLibravatar netblue302015-10-28
|
* cleanupLibravatar netblue302015-10-28
|
* vimperator, seccompLibravatar netblue302015-10-28
|
* i386 compile fixesLibravatar netblue2015-10-27
|
* Merge pull request #102 from reinerh/masterLibravatar netblue302015-10-27
|\ | | | | Use configured libdir instead of $prefix/lib
| * Use configured libdir instead of $prefix/libLibravatar Reiner Herrmann2015-10-27
| | | | | | | | | | | | | | When a non-default libdir is used, firejail installs some components in this directory, but the hardcoded paths to ftee etc. still point to $prefix/lib. Use the configured libdir path instead.
* | seccomp workLibravatar netblue302015-10-27
| |
* | seccomp refactoringLibravatar netblue302015-10-27
| |
* | syscall testingLibravatar netblue302015-10-27
|/
* allow 32bit calls to bypass the seccomp filterLibravatar netblue302015-10-26
|
* support ignore command in profile filesLibravatar netblue302015-10-26
|
* libtrace: only include fopen64, freopen64 and stat64 if __GLIBC__ is definedLibravatar Duncaen2015-10-25
|
* Revert "fix struct stat64 problem for musl libc"Libravatar Duncaen2015-10-25
| | | | This reverts commit 801164566924c41d18d66bdc9ca8b2305103fb82.