aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Merge pull request #3864 from haraldkubota/masterLibravatar rusty-snake2021-02-13
|\ | | | | Add first version of zsh completion
| * Add first version of zsh completionLibravatar Harald Kubota2021-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't have duplicate descriptions and put = signs where they belong to zsh completion function now dynamically adjusts for options (e.g. no --apparmor option without AppArmor configured) No EXTRA_CFLAGS for cpp Found main.c which does the argument processing. Moved some arguments into the correct #ifdef blocks Profile selection now much better Not more cpp. Using preproc.awk instead. Updated bash firejail command completion to add profiles ignore bash and zsh dynamically created completion scripts Moved bash/zsh completions out of ALL_ITEMS to fix make install Cleanup
* | configure*: fix typo of HAVE_USERTMPFSLibravatar Kelvin M. Klann2021-02-09
| | | | | | | | | | | | | | | | | | | | | | Added on commit 64a8d6a7f ("compile time option to disable --private-cache and --tmpfs for regular user"). These are the only occurrences: $ git ls-files -z | xargs -0 grep -Fin USERTMPS configure:3542:HAVE_USERTMPS="" configure.ac:80:HAVE_USERTMPS=""
* | disabled overlayfs, fixes pending; added video channels to README* filesLibravatar netblue302021-02-06
| |
* | back to 0.9.65; rel 0.9.64.2 moved on a different branch, out in the next ↵Libravatar netblue302021-01-27
| | | | | | | | two days
* | release 0.9.64.2 testingLibravatar netblue302021-01-26
|/
* compile time option to disable --private-cache and --tmpfs for regular userLibravatar netblue302020-10-27
|
* refactor test targets and let build fail on test errorsLibravatar Reiner Herrmann2020-10-24
|
* bump version to new development version 0.9.65Libravatar Reiner Herrmann2020-10-24
|
* 0.9.64 testingLibravatar netblue302020-10-21
|
* build: check for presence of gawk when manpages will be builtLibravatar Reiner Herrmann2020-10-10
| | | | Fixes: #3661
* set as 0.9.64rc2 for development until we release the real oneLibravatar netblue302020-10-05
|
* testing 0.9.64rc1Libravatar netblue302020-10-04
|
* replaced --enable-man with --disable-man in ./configureLibravatar netblue302020-10-03
|
* compile support for GCC static analyzer (--enable-analyzer)Libravatar netblue302020-09-28
|
* disable dbus proxy at compile time (default enabled) - part 1Libravatar netblue302020-09-09
|
* preprocessor for man pagesLibravatar startx20172020-09-01
|
* removed --disable-seccomp from ./configureLibravatar startx20172020-09-01
|
* Configure Debian package with AA and SELinux optionsLibravatar Topi Miettinen2020-05-14
| | | | | Configure Debian package with AA and SELinux options if they are enabled.
* profile statsLibravatar netblue302020-03-19
|
* Add support for SELinux labelingLibravatar Topi Miettinen2020-02-22
| | | | | | | | | | | | | | | | | | | | | | | Running `firejail --noprofile --private-bin=bash,ls ls -1Za /usr/bin` shows that the SELinux labels are not correct: ``` user_u:object_r:user_tmpfs_t:s0 . system_u:object_r:usr_t:s0 .. user_u:object_r:user_tmpfs_t:s0 bash user_u:object_r:user_tmpfs_t:s0 ls ``` After fixing this: ``` system_u:object_r:bin_t:s0 . system_u:object_r:usr_t:s0 .. system_u:object_r:shell_exec_t:s0 bash system_u:object_r:bin_t:s0 ls ``` Most copied files and created directories should now have correct labels (bind mounted objects keep their labels). This is useful to avoid having to change the SELinux rules when using Firejail.
* mainline moving to 0.9.63 for new development; release 0.9.62 is handled on ↵Libravatar netblue302019-12-06
| | | | release-0.9.62 branch
* testing for -fstack-clash-protection and -fstack-protector-strong compile flagsLibravatar netblue302019-06-26
|
* disable firetunnel at config time (#2793)Libravatar netblue302019-06-24
|
* use pkg-config macro to locate apparmor and flagsLibravatar Reiner Herrmann2019-06-21
|
* use AX_CHECK_COMPILE_FLAG to check for spectre flagsLibravatar Reiner Herrmann2019-06-21
| | | | Fixes #2661
* 0.9.60 is out, movin to 0.9.61Libravatar netblue302019-05-27
|
* 0.9.60 testingLibravatar netblue302019-05-26
|
* moving to rc2Libravatar netblue302019-04-21
|
* 0.9.60-rc1 testing0.9.60-rc1Libravatar netblue302019-04-21
|
* 0.9.58.2 is out, moving back to 0.9.59Libravatar netblue302019-02-08
|
* 0.9.58.2 testingLibravatar netblue302019-02-08
|
* moving to 0.9.59Libravatar netblue302019-01-27
|
* release 0.9.58 testingLibravatar netblue302019-01-26
|
* release 0.9.58-rc1Libravatar netblue302019-01-21
|
* reverting to 0.9.57Libravatar netblue302018-10-21
|
* 0.9.56.1 - bugfix releaseLibravatar netblue302018-10-11
|
* configure.ac: set sysconfdir only if none was specified manuallyLibravatar Reiner Herrmann2018-10-03
| | | | Fixes #2125
* --version 0.9.57Libravatar netblue302018-09-19
|
* 0.9.56 released0.9.56Libravatar netblue302018-09-18
|
* removed --disable-bind configuration option; some ohter minor cleanupLibravatar startx20172018-08-22
|
* release 0.9.56~rc1 testingLibravatar netblue302018-08-11
|
* Replace all possible HTTP links with HTTPSLibravatar Tad2018-08-08
|
* removed compile time --enable-network=restricted, --net=none allowed even if ↵Libravatar startx20172018-07-26
| | | | networking was disabled at compile time or at run time, fixed issue #2061
* 0.9.55Libravatar netblue302018-05-16
|
* 0.9.54 testing0.9.54Libravatar netblue302018-05-16
|
* moving to 0.9.54~rc3Libravatar netblue302018-05-13
|
* moving to next versionLibravatar netblue302018-05-06
|
* 0.9.54~rc1 released0.9.54-rc1Libravatar netblue302018-05-06
|
* deprecated --git-install and --git-uninstallLibravatar netblue302018-04-04
|