selinux/sandbox
Vit Mojzis 94389f2102 python: Harden more tools against "rogue" modules
Python scripts present in the same directory as the tool
override regular modules.

Fixes:
      #cat > /usr/bin/signal.py <<EOF
      import sys
      print("BAD GUY!", file=sys.stderr)
      sys.exit(1)
      EOF
      #sandbox date
      BAD GUY!

Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
Acked-by: James Carter <jwcart2@gmail.com>
2023-12-12 10:26:50 -05:00
..
po Update translations 2023-11-07 16:27:38 -05:00
.gitignore Move policycoreutils/sandbox to sandbox. 2016-11-16 11:19:50 -05:00
LICENSE docs: provide a top level LICENSE file 2022-10-05 08:20:38 -04:00
Makefile Do not automatically install Russian translations 2023-08-16 13:33:47 -04:00
sandbox python: Harden more tools against "rogue" modules 2023-12-12 10:26:50 -05:00
sandbox.5 Move policycoreutils/sandbox to sandbox. 2016-11-16 11:19:50 -05:00
sandbox.8 sandbox: Add examples to man pages 2023-06-08 15:10:08 -04:00
sandbox.conf Move policycoreutils/sandbox to sandbox. 2016-11-16 11:19:50 -05:00
sandbox.config Move policycoreutils/sandbox to sandbox. 2016-11-16 11:19:50 -05:00
sandbox.init Move policycoreutils/sandbox to sandbox. 2016-11-16 11:19:50 -05:00
sandboxX.sh Move policycoreutils/sandbox to sandbox. 2016-11-16 11:19:50 -05:00
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 sandbox: make test not fail on systems without SELinux 2016-11-17 16:44:57 -05:00
VERSION Update VERSIONs to 3.6-rc2 for release. 2023-11-22 16:01:56 +01:00