aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* | | | update firefox fedora private-bin [skip ci]Libravatar rusty-snake2020-10-16
| | | |
* | | | flameshot has changed it's APP-IDLibravatar rusty-snake2020-10-16
|/ / / | | | | | | | | | closes #3643
* | | Formatting for better PEP-8 complianceLibravatar Fred Barclay2020-10-15
| | | | | | | | | | | | Will do a more in-depth review later, these are just style improvements
* | | Block VS Code preferences from being committedLibravatar Fred Barclay2020-10-15
|/ /
* | Merge pull request #3672 from hlein/fix-py-shebangLibravatar Reiner Herrmann2020-10-15
|\ \ | | | | | | Updated fix_private-bin.py shebang to use env python3 like other contrib/*.py scripts
| * | Updated shebang to use env python3 like other contrib/*.py scriptsLibravatar Hank Leininger2020-10-14
|/ / | | | | | | | | | | This will simplify some distro packagings of firejail. Signed-off-by: Hank Leininger <hlein@korelogic.com>
* | Merge pull request #3670 from netblue30/scan_buildLibravatar Reiner Herrmann2020-10-14
|\ \
| * | Remove unused variablesLibravatar Reiner Herrmann2020-10-14
| | | | | | | | | | | | | | | Fixes clang-analyzer warnings: "Although the value stored to 'xxxxx' is used in the enclosing expression, the value is never actually read from 'xxxxx'"
| * | build: enable CI build with scan-buildLibravatar Reiner Herrmann2020-10-14
|/ /
* | Merge pull request #3667 from Neo00001/patch-2Libravatar rusty-snake2020-10-13
|\ \ | | | | | | Update wire-desktop.profile (again)
| * | Update wire-desktop.profileLibravatar Neo000012020-10-13
| | |
| * | Update wire-desktop.profile (again)Libravatar Neo000012020-10-13
| | | | | | | | | On arch,wire-desktop is now depending on electron9. Using wildcard for this sorta packages would be better.
* | | READMELibravatar netblue302020-10-13
| | |
* | | merges, fix for #3662 etc.Libravatar netblue302020-10-13
| | |
* | | Merge pull request #3664 from dpellegr/masterLibravatar netblue302020-10-13
|\ \ \ | |/ / |/| | Allowing links in netns
| * | allowing links in netnsLibravatar dpellegr2020-10-12
|/ /
* | man: call preproc.awk via Makefile, as the shebang hardcodes the pathLibravatar Reiner Herrmann2020-10-10
| |
* | build: check for presence of gawk when manpages will be builtLibravatar Reiner Herrmann2020-10-10
| | | | | | | | Fixes: #3661
* | Merge pull request #3660 from kris7t/apparmor-runLibravatar Kristóf Marussy2020-10-10
|\ \ | | | | | | Fix AppArmor 3.0 support (closes #3659)
| * | Fix AppArmor 3.0 support (closes #3659)Libravatar Kristóf Marussy2020-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AppArmor introduces the @{run} variable, which is used in <abstractions/dbus-strict> and <abstractions/dbus-session-strict> among other places. Thus, we follow suit of the built-in profiles and #include <tunables/global>, which includes <tunables/run> in AppArmor 3.0, defining the variable. As <tunables/global> exists in previous versions of AppArmor, too, this patch does not introduce a backward-compatibility issue with Apparmor 2.x.
* | | Merge pull request #3653 from briaeros/masterLibravatar Fred Barclay2020-10-10
|\ \ \ | |/ / |/| | fix command test in jail_prober.py
| * | jail_prober : first pass without any argumentLibravatar alpha2020-10-09
| | |
| * | fix command test in jail_prober.pyLibravatar alpha2020-10-05
| | |
* | | build: add -fPIE to LDFLAGSLibravatar Reiner Herrmann2020-10-08
| | | | | | | | | | | | | | | | | | | | | according to GCC documentation (https://gcc.gnu.org/onlinedocs/gcc/Link-Options.html): "For predictable results, you must also specify the same set of options used for compilation (-fpie, -fPIE, or model suboptions) when you specify this linker option."
* | | build: let manpages depend on src/man target instead of non-existing .man filesLibravatar Reiner Herrmann2020-10-06
| | |
* | | build: fail mkman.sh when one of the commands failsLibravatar Reiner Herrmann2020-10-06
| | |
* | | Merge pull request #3657 from netblue30/selinuxLibravatar Reiner Herrmann2020-10-06
|\ \ \
| * | | selinux: exit when selinux is enabled but opening handle failsLibravatar Reiner Herrmann2020-10-06
| | | |
| * | | selinux: don't try to relabel path when selinux is not enabledLibravatar Reiner Herrmann2020-10-06
| | | | | | | | | | | | | | | | Fixes: #3654
* | | | Merge pull request #3656 from Neo00001/patch-1Libravatar rusty-snake2020-10-06
|\ \ \ \ | |/ / / |/| | | Update vmware.profile
| * | | Update vmware.profileLibravatar Neo000012020-10-06
| | | | | | | | | | | | With private-etc enabled vmware-tools doesn't get installed. Existing VM with an installed vmware-tools works as usual. For the time being keep it commented.
* | | | fix indentationLibravatar Reiner Herrmann2020-10-06
|/ / /
* | | Revert "install vim files to addons directory instead of vimfiles"Libravatar rusty-snake2020-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4422ce65a9d1e903e583d0f2eca9dc1ee7c839e9. ------ Revert for now as it breaks on some distros (namely Fedora), see https://github.com/netblue30/firejail/commit/4422ce65a9d1e903e583d0f2eca9dc1ee7c839e9#commitcomment-42999952
* | | DHCP fixesLibravatar netblue302020-10-06
| | |
* | | install vim files to addons directory instead of vimfilesLibravatar Reiner Herrmann2020-10-05
| | |
* | | Fix typoLibravatar Reiner Herrmann2020-10-05
| | |
* | | Fix spellingLibravatar Reiner Herrmann2020-10-05
|/ /
* | testingLibravatar netblue302020-10-05
| |
* | set as 0.9.64rc2 for development until we release the real oneLibravatar netblue302020-10-05
| |
* | testing 0.9.64rc1 - disable dumpable working for this release, problems on ↵0.9.64rc1Libravatar netblue2020-10-04
| | | | | | | | Debian8; we will bring it back in the next release
* | testing 0.9.64rc1Libravatar netblue302020-10-04
| |
* | move to addgroup --system (#3632)Libravatar netblue302020-10-03
| |
* | document compile-time dependency on gawkLibravatar netblue302020-10-03
| |
* | make test-compile for disable manpagesLibravatar netblue302020-10-03
| |
* | Merge branch 'master' of https://github.com/netblue30/firejailLibravatar netblue302020-10-03
|\ \
| * | New profile: equalxLibravatar rusty-snake2020-10-03
| | |
| * | chromium-freeworld profile (#3633)Libravatar rusty-snake2020-10-03
| | |
* | | replaced --enable-man with --disable-man in ./configureLibravatar netblue302020-10-03
|/ /
* | more on email changeLibravatar netblue302020-10-03
| |
* | Update SECURITY.mdLibravatar netblue302020-10-03
| |