selinux/sandbox
Christian Göttsche 99170284ef sandbox: do not override warning CFLAGS
Do not unconditionally add warning flags and especially -Werror to
CFLAGS, only when CFLAGS is empty.
This helps when building with noisy warning flags, like -Weverything.

Also drop -W, since it is an alias for -Wextra.

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Acked-by: James Carter <jwcart2@gmail.com>
2024-01-25 12:58:15 -05:00
..
po Update translations 2023-11-07 16:27:38 -05:00
.gitignore
LICENSE docs: provide a top level LICENSE file 2022-10-05 08:20:38 -04:00
Makefile sandbox: do not override warning CFLAGS 2024-01-25 12:58:15 -05:00
VERSION Update VERSIONs to 3.6 for release. 2023-12-13 15:46:22 +01:00
sandbox python: Harden more tools against "rogue" modules 2023-12-12 10:26:50 -05:00
sandbox.5
sandbox.8 sandbox: Add examples to man pages 2023-06-08 15:10:08 -04:00
sandbox.conf
sandbox.config
sandbox.init
sandboxX.sh
seunshare.8 sandbox: Add examples to man pages 2023-06-08 15:10:08 -04:00
seunshare.c sandbox: Use temporary directory for XDG_RUNTIME_DIR 2022-11-09 07:49:34 -05:00
start python: Harden more tools against "rogue" modules 2023-12-12 10:26:50 -05:00
test_sandbox.py