aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * move chroot from path based to file descriptor based mountsLibravatar smitsohu2019-09-29
| |
* | fix the fixLibravatar smitsohu2019-10-04
| | | | | | | | | | | | cf. previous commit 34e5ad65b238b698c55e4921c9ac9294e6548cc7 line buffered output is what we really want
* | alphabetize man page entriesLibravatar smitsohu2019-10-04
| |
* | fix concurrent writing to trace fileLibravatar smitsohu2019-10-04
| |
* | break out of libtrace file open loopLibravatar smitsohu2019-10-04
| |
* | add private-tmp to unbound profileLibravatar smitsohu2019-10-01
| |
* | commented out some debug code in libtraceLibravatar netblue302019-09-29
| |
* | increase socket buffer size for firemon, bug #2700Libravatar netblue302019-09-29
|/
* Update evinceLibravatar rusty-snake2019-09-28
| | | | | | | private-lib: - Add note about possible two-page-view breaktage - add libgraphite2.so.* remove mdwe
* fixup! add missing blacklist pathsLibravatar rusty-snake2019-09-28
|
* Fix sorting (caught by GitLab CI tests)Libravatar Fred Barclay2019-09-28
|
* fix ffprobeLibravatar rusty-snake2019-09-28
| | | | | | | | | | | $ firejail ffprobe VIDEO execvp: No such file or directory $ firejail --noprofile --private-bin=ffprobe ffprobe VIDEO execvp: No such file or directory $ firejail --ignore=private-bin ffprobe VIDEO Works ffprobe is the only file in PATH that is touched (see --build).
* add missing blacklist pathsLibravatar rusty-snake2019-09-28
|
* KeePassXC: Added a warning regarding tray iconLibravatar Timo Hardebusch2019-09-28
|
* profiles: fix audio playback with ffplayLibravatar Reiner Herrmann2019-09-28
| | | | https://bugs.debian.org/941241
* testingLibravatar smitsohu2019-09-26
|
* testing: rename and simplifyLibravatar smitsohu2019-09-26
| | | | cf. previous commits 5bb476f74efb4754b6f5f8d711c6b77898ef9385 and 4b1a6094d7f4d9c25ff4f0f9a31bcd83732910a1
* testingLibravatar smitsohu2019-09-25
|
* testing suite fixes: remove shell localizationLibravatar smitsohu2019-09-24
|
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2019-09-24
|\
| * protect files that can execute commandsLibravatar rusty-snake2019-09-22
| |
* | testingLibravatar smitsohu2019-09-24
|/
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2019-09-22
|\
| * Inkscape: allow xcf exportLibravatar rusty-snake2019-09-22
| | | | | | close #2967
| * add allow-debuggers to steam.profile (#2971)Libravatar corecontingency2019-09-21
| |
| * Adding sort.py to GitLab CI (#2973)Libravatar Fred Barclay2019-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add contrib/sort.py to Gitlab CI Not adding to Debian Jessie or CentOS since python >=3.6 is not available See https://github.com/netblue30/firejail/pull/2870 * Updates Explicitly install python3 on Ubuntu (should be pre-installed but not working as-is) Remove running python3 code on CentOS * ci: comment out contrib/sort.py for Alpine Getting this error: $ python3 contrib/sort.py etc/*.{profile,inc} [ Error ] Can't find `etc/*.{profile,inc}' ERROR: Job failed: exit code 1 For now it's better to debug later and enable this test for the other jobs
| * readd .config/dconf to whitelist-common because …Libravatar rusty-snake2019-09-21
| | | | | | | | … it breaks feedreader and potential also other programs
| * Create pngquant.profileLibravatar rusty-snake2019-09-21
| |
| * Create gnome-latex.profileLibravatar rusty-snake2019-09-20
| |
* | minor optimizationLibravatar smitsohu2019-09-22
| |
* | prevent trace from interfering with sandbox setupLibravatar smitsohu2019-09-22
| |
* | various clarifications, minor fixesLibravatar smitsohu2019-09-22
|/
* apparmor: permit writing to trace fileLibravatar smitsohu2019-09-18
|
* break out fs_tracefile functionLibravatar smitsohu2019-09-18
|
* fix the fix: tune file copy limit widthLibravatar smitsohu2019-09-17
|
* fail gracefully if argc is zeroLibravatar smitsohu2019-09-17
|
* add trace file validationLibravatar smitsohu2019-09-17
|
* move to fd based trace file mountLibravatar smitsohu2019-09-17
|
* Add allow-perl.inc to w3m.profile (#2965)Libravatar Ethan R2019-09-16
| | | | | | * Removed disable-interpreters.inc from w3m.profile * disable-interpreters + allow-perl
* Merge pull request #2935 from crass/fix-profile-builderLibravatar netblue302019-09-15
|\ | | | | Fix profile builder
| * Merge branch 'master' into fix-profile-builderLibravatar netblue302019-09-15
| |\ | |/ |/|
* | Fix #2899Libravatar rusty-snake2019-09-15
| |
* | typos [skip ci]Libravatar rusty-snake2019-09-14
| |
* | "Net None" Option Breaks Functionality (#2962)Libravatar Barış Ekin Yıldırım2019-09-14
| | | | | | Netfilter is fine but "net none" option breaks functionality of marketplace.
* | update seccomp in man firejailLibravatar rusty-snake2019-09-13
| |
* | Fix #2945 (Signal 1.27 Fails to Start)Libravatar rusty-snake2019-09-13
| |
* | Update SkypeForLinux profile for latest version (#2960)Libravatar Denys Havrysh2019-09-13
| | | | | | Fixes #2933
* | libtrace cleanupLibravatar netblue302019-09-10
| |
* | appimage --trace testingLibravatar netblue302019-09-10
| |
* | Add ar profile (#2949)Libravatar glitsj162019-09-08
| | | | | | | | | | | | * Add ar to firecfg * Create ar.profile