aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.mk.in
Commit message (Collapse)AuthorAge
* Preserve CFLAGS given to configure in common.mk.inLibravatar Lior Stern2020-03-31
|
* 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.
* Profile builder helper should use correct firejail binary path.Libravatar Glenn Washburn2019-08-29
|
* fix make scan-build for debian 10 and archLibravatar netblue302019-07-22
|
* disable firetunnel at config time (#2793)Libravatar netblue302019-06-24
|
* HousekeepingLibravatar Fred-Barclay2019-02-17
| | | | | Make sure all files end with a newline Strip extra newlines and trailing whitespace from files
* removed --disable-bind configuration option; some ohter minor cleanupLibravatar startx20172018-08-22
|
* deprecated --git-install and --git-uninstallLibravatar netblue302018-04-04
|
* consolidate makefilesLibravatar netblue302018-03-31