aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
* | Fix private-bin in tar.profileLibravatar glitsj162019-09-06
| | | | | | Fixes #2942.
* | Fix gnome-scheduleLibravatar glitsj162019-09-06
| | | | | | This fixes #2941.
* | Update syscalls.txtLibravatar rusty-snake2019-09-05
| |
* | remove ~/.config/dconf from whitelist-common.incLibravatar rusty-snake2019-09-05
| | | | | | | | | | - dconf database is read-only (fde6e04b) and accessed over dbus, there are no reasons to keep it in the sandbox
* | explain removal of nodbus in qpdfview.profileLibravatar smitsohu2019-09-05
| | | | | | see previous commit, #2879
* | Merge pull request #2879 from Edu4rdSHL/patch-1Libravatar smitsohu2019-09-05
|\ \ | | | | | | qpdfview: Fix issue when opening a file from file manager
| * | Fix issue when opening a file from file managerLibravatar Eduard Tolosa2019-07-29
| | | | | | | | | I can confirm https://github.com/netblue30/firejail/pull/2837#issuecomment-511334363 when opening a file from `pcmanfm`, it doesn't open if qpdfview contains `nodbus`
* | | fix FIREJAIL_FILE_COPY_LIMIT larger than 2GBLibravatar smitsohu2019-09-05
| | |
* | | Revert changes in #2928 to seccomp group @defaultLibravatar Topi Miettinen2019-09-04
| | | | | | | | | | | | | | | Reconstruct @default by not relying on the changed system call groups @privileged and @resources.
* | | fixup! Use new seccomp syntax from #2926 in more profilesLibravatar rusty-snake2019-08-30
| | |
* | | fix #2669Libravatar rusty-snake2019-08-30
| | |
* | | Use new seccomp syntax (#2926) in more profilesLibravatar rusty-snake2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rules for redirecting profiles: - add exceptions: just add 'seccomp !SYSCALL' - remove exception: ``` seccomp ignore seccomp ```
* | | Use new seccomp syntax from #2926 in more profilesLibravatar rusty-snake2019-08-30
| | |
* | | Use new seccomp syntax from #2926Libravatar rusty-snake2019-08-30
| | |