aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Merge pull request #3156 from smitsohu/filenameLibravatar smitsohu2020-02-01
|\ | | | | print rejected character in invalid filenames
| * remove parentheses from set of rejected charactersLibravatar smitsohu2020-01-28
| | | | | | issue #3001
| * replace control characters and print rejected filenamesLibravatar smitsohu2020-01-22
| |
| * reject control characters in file namesLibravatar smitsohu2020-01-17
| |
| * print rejected character in invalid filenamesLibravatar smitsohu2020-01-17
| |
* | profiles: whitelist /usr/share/doc in some profilesLibravatar Reiner Herrmann2020-01-31
| |
* | Add a profile alias for multimc5Libravatar Tad2020-01-30
| |
* | add /usr/share/file to wuscLibravatar glitsj162020-01-30
| | | | | | Thanks to @rusty-snake for his comment in #3198.
* | add /usr/share/file to wuscLibravatar glitsj162020-01-30
| | | | | | Thanks to @rusty-snake for suggesting to move /usr/share/file to wusc in #3198.
* | fix wusc in nano.profileLibravatar glitsj162020-01-30
| | | | | | This fixes #3198.
* | fix spelling in disable-common.incLibravatar glitsj162020-01-29
| |
* | Add profiles for the WPS-OfficeLibravatar rusty-snake2020-01-29
| |
* | fix private-lib for Gentoo in unf.profileLibravatar glitsj162020-01-29
| | | | | | Thanks to @s-hamman for reporting this in the comments of #3193.
* | fix private-lib for Gentoo in geekbench.profileLibravatar glitsj162020-01-29
| | | | | | Thanks to @s-hamman for reporting this in the comments of #3193.
* | fix private-lib for Gentoo in zathura.profileLibravatar glitsj162020-01-29
| |
* | add florianbegusch to READMELibravatar glitsj162020-01-29
| |
* | Update RELNOTESLibravatar glitsj162020-01-29
| |
* | noblacklist user cacheLibravatar glitsj162020-01-29
| | | | | | Thanks to @rusty-snake's comment in https://github.com/netblue30/firejail/pull/3159.
* | fix ordering in ${HOME}/.cache section and add gummi entree there tooLibravatar glitsj162020-01-29
| |
* | gedit: comment private-libLibravatar rusty-snake2020-01-29
| |
* | fix missing global include documentation (#3195)Libravatar Florian Begusch2020-01-29
| |
* | Add profiles for common (la)tex commands and a latex editor (#3159)Libravatar Florian Begusch2020-01-29
| |
* | disable private-lib in zathura.profileLibravatar glitsj162020-01-29
| | | | | | Thanks to https://github.com/s-hamann for helping to harden the zathura profile.
* | updates for zathura.profile (#3193)Libravatar glitsj162020-01-29
| | | | | | | | | | | | | | | | * move mkdir in zathura.profile * harden zathura.profile * fix private-lib in zathura.profile
* | Update zathura.profileLibravatar rusty-snake2020-01-28
| |
* | Merge pull request #3190 from kris7t/dhcp-clientLibravatar Kristóf Marussy2020-01-28
|\ \ | | | | | | DHCP client code quality fixes
| * | Do not declare variable in for loopLibravatar Kristóf Marussy2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Caused build failure in Travis (due to lack of C99 mode): sbox.c: In function ‘sbox_run_v’: sbox.c:185:3: error: ‘for’ loop initial declarations are only allowed in C99 mode for (int i = 3; i < max; i++) ^ sbox.c:185:3: note: use option -std=c99 or -std=gnu99 to compile your code
| * | Documentation for DHCP supportLibravatar Kristóf Marussy2020-01-27
| | |
| * | Fix unsigned comparison error (#3174)Libravatar Kristóf Marussy2020-01-27
| | |
| * | Fix indentation for dhcp client codeLibravatar Kristóf Marussy2020-01-27
|/ /
* | clarify dropping python2 support in meld.profile (#3167)Libravatar glitsj162020-01-27
| | | | | | | | | | | | * clarify dropping python2 support in meld.profile * properly comment the python2 situation in meld
* | Update whois.profile (#3154)Libravatar Amin Vakil2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update whois.profile More details in https://github.com/netblue30/firejail/issues/3153 * Update etc/whois.profile private-etc Alphabetic order Co-Authored-By: rusty-snake <print_hello_world+GitHub@protonmail.com> Co-authored-by: rusty-snake <print_hello_world+GitHub@protonmail.com>
* | Merge branch 'master' of https://github.com/netblue30/firejailLibravatar netblue302020-01-27
|\ \
| * \ Merge pull request #3149 from GovanifY/masterLibravatar netblue302020-01-27
| |\ \ | | | | | | | | Blacklisting openrc paths by defaults
| | * | tighten info gathering for openrcLibravatar Gauvain "GovanifY" Roussel-Tarbouriech2020-01-15
| | | |
* | | | readmeLibravatar netblue302020-01-27
|/ / /
* | | fixup! refactor some profiles as electron redirects (#3188)Libravatar rusty-snake2020-01-27
| | | | | | | | | | | | | | | | | | - move ignores to top - add remove netlink protocol from whalebird - ignore caps.drop all in wire-desktop
* | | refactor some profiles as electron redirects (#3188)Libravatar glitsj162020-01-26
| | | | | | | | | | | | | | | | | | | | | | | | * refactor as electron redirect * refactor as electron redirect * refactor as electron redirect
* | | fix beaker.profileLibravatar glitsj162020-01-26
| | | | | | | | | whitelist ${DOWNLOADS} is already in the included electron.profile.
* | | fix read-only=/Libravatar smitsohu2020-01-26
| | |
* | | Create allow-php.incLibravatar glitsj162020-01-25
| | | | | | | | | We have PHP items blacklisted in disable-interpreters.inc that never get noblacklisted. This PR fixes that.
* | | local customizations for allow-gjs.incLibravatar glitsj162020-01-25
| | |
* | | allow-*.local customizations (#3187)Libravatar glitsj162020-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * local customizations for allow-common-devel.inc * local customizations for allow-java.inc * local customizations for allow-lua.inc * local customizations for allow-perl.inc * local customizations for allow-python2.inc * local customizations for allow-python3.inc * local customizations for allow-ruby.inc
* | | blacklist gjs in disable-interpreters (#3186)Libravatar rusty-snake2020-01-25
| | | | | | | | | | | | | | | | | | * blacklist gjs in disable-interpreters * Update
* | | new profile: gnome-passwordsafeLibravatar rusty-snake2020-01-25
| | |
* | | Allow request_key syscall for udiskie (#3177)Libravatar Carlo Abelli2020-01-25
| | | | | | | | | Fixes #3175.
* | | Allow mbind syscall for GIMP (#3178)Libravatar Carlo Abelli2020-01-25
| | | | | | | | | Fixes #2681.
* | | Add a profile for clipgrabLibravatar rusty-snake2020-01-25
| | | | | | | | | | | | Thanks @DurtyDev for testing (netblue30/firetools#47)
* | | disable-interpreters: blacklist /usr/lib64/python3*Libravatar rusty-snake2020-01-25
| | |
* | | move copyright statement to 2020 (part 3) (#3182)Libravatar glitsj162020-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move copyright statement to 2020 * move copyright statement to 2020 * move copyright statement to 2020 * move copyright statement to 2020