aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAge
* make rpms: really fix man file inclusionLibravatar Tad2020-09-12
| | | | | | | | | | | | | | | | | | | fixup 4de61a4b8fae97218de7405273cfe6b8810567f0 $ make rpms ./mkman.sh 0.9.63 src/man/firejail.man firejail.1 sed: can't read src/man/firejail.man: No such file or directory ./mkman.sh 0.9.63 src/man/firemon.man firemon.1 sed: can't read src/man/firemon.man: No such file or directory ./mkman.sh 0.9.63 src/man/firecfg.man firecfg.1 sed: can't read src/man/firecfg.man: No such file or directory ./mkman.sh 0.9.63 src/man/firejail-profile.man firejail-profile.5 sed: can't read src/man/firejail-profile.man: No such file or directory ./mkman.sh 0.9.63 src/man/firejail-login.man firejail-login.5 sed: can't read src/man/firejail-login.man: No such file or directory ./mkman.sh 0.9.63 src/man/firejail-users.man firejail-users.5 sed: can't read src/man/firejail-users.man: No such file or directory ./platform/rpm/mkrpm.sh firejail 0.9.63
* make rpms: fix man file inclusionLibravatar Tad2020-09-12
| | | | | | | | $ make rpms ./platform/rpm/mkrpm.sh firejail 0.9.63 sed: can't read src/man/firejail.man: No such file or directory sed: can't read src/man/firemon.man: No such file or directory sed: can't read src/man/firejail-profile.man: No such file or directory
* build: move src/man to mydirs and fix building itLibravatar Reiner Herrmann2020-09-06
| | | | Fixes: #3623
* ci: don't fail if strip fails, as it might not be a binaryLibravatar Reiner Herrmann2020-09-03
|
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar netblue302020-09-01
|\
| * preprocessor for man pagesLibravatar startx20172020-09-01
| |
| * removed --disable-seccomp from ./configureLibravatar startx20172020-09-01
| |
* | fshaper.sh fix (#3620)Libravatar netblue302020-09-01
|/
* Merge pull request #3572 from smitsohu/dumpableLibravatar netblue302020-08-22
|\ | | | | hardening: run plugins with dumpable flag cleared
| * hardening: run plugins with dumpable flag clearedLibravatar smitsohu2020-08-17
| | | | | | | | | | | | | | the kernel clears the dumpable flag if a user has no read permission on an executable and it is owned by another user; I omitted faudit, fbuilder and ftee for now as they are not used to configure the sandbox itself, and as this commit is going to complicate debugging efforts to some extent
* | renamed /etc/apparmor.d/local/firejail-local to ↵Libravatar netblue302020-08-22
|/ | | | /etc/apparmor.d/local/firejail.default - merge form 0.9.62.4
* fixupsLibravatar rusty-snake2020-07-19
|
* fix make distcleanLibravatar rusty-snake2020-07-19
|
* fix typosLibravatar glitsj162020-07-17
|
* fixing busybox workaroundLibravatar smitsohu2020-07-16
|
* minor makefile fixesLibravatar netblue302020-06-29
|
* #3462Libravatar rusty-snake2020-06-11
|
* fixup! rework make realinstall and uninstall (#3435)Libravatar rusty-snake2020-06-04
| | | | revert long-line split and fix bash-completion
* rework make realinstall and uninstall (#3435)Libravatar rusty-snake2020-06-04
| | | | | | - remove -c, the manpage says it is ignored - $(DESTDIR)/$(bindir)/. -> $(DESTDIR)$(bindir) and so on - install contrib by file glob (*.py, *.sh) - split long lines
* fix make depenciesLibravatar netblue302020-05-18
|
* Configure Debian package with AA and SELinux optionsLibravatar Topi Miettinen2020-05-14
| | | | | Configure Debian package with AA and SELinux options if they are enabled.
* add ommitted scripts from contrib (#3405)Libravatar glitsj162020-05-05
| | | We seem to have forgotten 3 scripts from contrib. Let's add those too.
* Build improvements (#3401)Libravatar Topi Miettinen2020-05-04
| | | | | | Don't build all filters many times over but instead let them be built in parallel. Closes #3393
* fix makefile and dbusLibravatar rusty-snake2020-05-04
| | | | | | - create vim directorys (#3396) - fix #3400 (Eye of GNOME won't open) - fix feedreader, it is broken without org.freedesktop.secrets access
* fixup! install vim contib filesLibravatar rusty-snake2020-05-03
|
* install vim contib filesLibravatar rusty-snake2020-05-02
|
* small fixesLibravatar netblue302020-04-21
|
* reorganize github etc directoryLibravatar netblue302020-04-21
|
* fix make dependenciesLibravatar netblue302020-04-14
|
* misc fixesLibravatar rusty-snake2020-04-13
| | | | | | - Makefile.in: loops are slow - Makefile.in: firecfg.config wasn't installed - allow-gjs.inc: gjs uses libmozjs, forgotten to commit
* Move autoconfigured lines up in Makefile.inLibravatar Topi Miettinen2020-04-11
| | | | | | | Move autoconfigured lines up in Makefile.in so that they are defined before they are used . Closes #3341 #3344.
* Strip all binariesLibravatar Topi Miettinen2020-04-10
| | | | Closes #3341.
* Build improvementsLibravatar Topi Miettinen2020-04-09
| | | | | Sometimes concurrent build could fail if the filter apps were not made before attempting to make the filters.
* cleanup, fixes, more profstatsLibravatar netblue302020-04-06
|
* travis make install testLibravatar netblue302020-04-05
|
* fix make installLibravatar netblue302020-04-05
|
* Speedup the buildsystemLibravatar rusty-snake2020-04-04
| | | | | | | - replaing 'include /etc/firejail/foobar.inc' with 'include $(sysconfdir)/firejail/foobar.inc' is useless since 0.9.58 - onetime calling install with globbing is faster the a loop calling install nearly 1000 times
* seccomp: allow defining separate filters for 32-bit archLibravatar Topi Miettinen2020-03-28
| | | | | | | | | | | | | | | | | | | | | System calls (names and numbers) are not exactly the same for 32 bit and 64 bit architectures. Let's allow defining separate filters for 32-bit arch using seccomp.32, seccomp.32.drop, seccomp.32.keep. This is useful for mixed 64/32 bit application environments like Steam and Wine. Implement protocol and mdwx filtering also for 32 bit arch. It's still better to block secondary archs completely if not needed. Lists of supported system calls are also updated. Warn if preload libraries would be needed due to trace, tracelog or postexecseccomp (seccomp.drop=execve etc), because a 32-bit dynamic linker does not understand the 64 bit preload libraries. Closes #3267. Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
* profile statsLibravatar netblue302020-03-19
|
* include m4 directory in source archiveLibravatar Reiner Herrmann2019-12-30
|
* testingLibravatar netblue302019-10-31
|
* misc fixesLibravatar rusty-snake2019-08-26
| | | | | | - fix for #2038 - update RELNOTES - fix #2925
* various fixes and improvementsLibravatar rusty-snake2019-08-22
| | | | | | | | | | | | - install contrib/syscalls.sh - add GitLab-CI status to README.md - read-only ${HOME}/.cargo/env - move blacklist ${HOME}/.cargo/registry, ${HOME}/.cargo/config to disable-programs - typo in man firejail firejail-profiles firecfg - better descriptions in man firejail-profiles - fixes in man firejail - template descriptions in firejail-profiles
* fix make scan-build for debian 10 and archLibravatar netblue302019-07-22
|
* fix make cppcheck for debian 10Libravatar netblue302019-07-22
|
* snap cleanup - #2865Libravatar netblue302019-07-22
|
* Improve profile PRs (Related to #2739) (#2784)Libravatar rusty-snake2019-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add contrib/sort.py and .github/pull_request_temp… * Add usage to sort.py * Install sort.py if contrib-install is set * sort.py: 0644 -> 0755 * Update sort.py * Update pull_request_template.md * Remove checkboxes from PR-Template * Update sort.py * Add examples to sort.py * Update pull_request_template.md Fix path to sort.py, it depend on the distro. * Update pull_request_template.md * Update pull_request_template.md add hint about template
* enable additional cppchecks and fix a warningLibravatar Reiner Herrmann2019-06-21
|
* installing etc/templates in /usr/share/doc/firejail directoryLibravatar netblue302019-06-01
|
* Retain local apparmor customizationsLibravatar glitsj162019-02-05
| | | This fixes https://github.com/netblue30/firejail/issues/2388.