aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* | | 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
| | |
* | | changed email address to netblue30 at protonmail dot comLibravatar netblue302020-10-03
| | |
* | | Merge pull request #3652 from monich/disable-manLibravatar netblue302020-10-03
|\ \ \ | | | | | | | | added configure option to disable man pages
| * | | added configure option to disable man pagesLibravatar Slava Monich2020-10-03
| | | | | | | | | | | | | | | | Those are unnecessary in embedded environment.
* | | | more nvidia (#3644)Libravatar netblue302020-10-03
|/ / /
* | | temporary fix for nvidia/nogroups/noroot issue (#3644, #841)Libravatar netblue302020-10-02
| | |
* | | profstats - add count for whitelisted home dir, dbus-user noneLibravatar netblue302020-10-02
| | |
* | | splitting up media players whitelists in whitelist-players.inc - relnotesLibravatar netblue302020-10-02
| | |
* | | splitting up media players whitelists in whitelist-players.incLibravatar netblue302020-10-02
| | |
* | | build: test build with apparmor and selinux in CILibravatar Reiner Herrmann2020-10-01
| | |
* | | build: drop clang build as it is already checked by githubLibravatar Reiner Herrmann2020-10-01
| | |
* | | build: enable clang-10 build in github CILibravatar Reiner Herrmann2020-10-01
| | |
* | | fix build with clangLibravatar Reiner Herrmann2020-10-01
| | | | | | | | | | | | error: adding 'int' to a string does not append to the string [-Werror,-Wstring-plus-int]
* | | build: remove -pie from CFLAGS, as it is a linker optionLibravatar Reiner Herrmann2020-10-01
| | | | | | | | | | | | building with clang printed a warning
* | | build: remove jobs from gitlab CI that are already check by githubLibravatar Reiner Herrmann2020-10-01
| | |
* | | Create build.yml (#3651)Libravatar Reiner Herrmann2020-10-01
| | |
* | | build: check building with static analyzer in CILibravatar Reiner Herrmann2020-10-01
| | |
* | | some cleanup for the previous commit (#3530)Libravatar netblue302020-10-01
| | |