aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-04Set embedded_launcher: true for minijail testsupstream-mainCole Faust
2024-03-26Update link to Sandboxing system services docBen Scarlato
2024-02-27minijail0(1): Correct --seccomp-bpf-binary section formattingBrian Norris
2024-02-15rust: add init_default_logging and enable it for testsAllen Webb
2024-02-13enable python lintingMike Frysinger
2024-02-13PRESUBMIT: enable cros lint on some filesMike Frysinger
2024-02-13test: fix shellcheck lint errorsMike Frysinger
2024-02-12tools: drop obsolete __future__ importsMike Frysinger
2024-02-10setup.py: update version & python version requirementMike Frysinger
2024-02-10setup.py: update license tags to reflect CrOS BSD usageMike Frysinger
2024-02-10get_googletest.sh: fix shebangMike Frysinger
2024-02-10format a few random filesMike Frysinger
2024-02-10common.mk: sync with latest platform2Mike Frysinger
2024-02-09gen_{constants,syscalls}.sh: fix shellcheck lint errorsMike Frysinger
2024-02-09signal_handle: tweak si_syscall handlingMike Frysinger
2024-02-08generate_seccomp_policy: switch generated license header to CrOS BSDMike Frysinger
2024-02-05README: add GitHub pages detailsMike Frysinger
2024-02-05dev-rust/minijail: ignore failing unit testJim Pollock
2024-01-23minijail: Add function minijail_namespace_net_loopback()François Degros
2024-01-22seccomp_policy_lint: consider non-permissive rules safeAllen Webb
2024-01-04Add CLI option for --preserve-fdBen Scarlato
2024-01-02cleanup: replace username in TODO with bug numberBen Scarlato
2023-12-21Add ability to disable calling setsid()Ben Scarlato
2023-12-07gtest: update to 1.14.0Mike Frysinger
2023-12-07OWNERS: avoid surfacing inactive ownersMike Frysinger
2023-11-22system: add a max valid cap checkMike Frysinger
2023-11-03libminijail: Handle large file descriptorsAllen Webb
2023-11-03Run `cros format` on .c, .h, and .cc filesAllen Webb
2023-11-03libminijail-private: Include sys/types.h for size_tAllen Webb
2023-10-03tools: seccomp_policy_lint: handle stdin checking betterMike Frysinger
2023-09-28constants: include linux/random.h for GRND_RANDOMMike Frysinger
2023-09-28seccomp_policy_lint: mark getrandom as dangerous by defaultMike Frysinger
2023-09-27seccomp_policy_lint: support syscalls with known safe rulesMike Frysinger
2023-09-27python: reformat with `cros format` (black)Mike Frysinger
2023-09-26python: harmonize shebang & +x bitsMike Frysinger
2023-09-26python: switch license to CrOSMike Frysinger
2023-09-26python: delete python 2 encoding cookieMike Frysinger
2023-09-13Don't log Landlock errors for kernel supportBen Scarlato
2023-08-10gtest: disable legacy case APIsMike Frysinger
2023-08-09build with C17 & C++20Mike Frysinger
2023-08-05Reduce log messages when running minijail0.Ben Scarlato
2023-08-02tests: skip testing if code coverage is enabledGeorge Burgess IV
2023-07-31minijail: update to _FORTIFY_SOURCE=3George Burgess IV
2023-07-19Fix Python deprecation warningsLuca Farsi
2023-07-12Free |filter_path| before assignment.Jorge Lucangeli Obes
2023-07-07Check correct pointer for NULL.Jorge Lucangeli Obes
2023-07-06Free |filter| variable when exiting early.Jorge Lucangeli Obes
2023-07-06Ensure |filter_path| gets freed.Jorge Lucangeli Obes
2023-06-20gtest: update to 1.13.0Mike Frysinger
2023-06-20minijail-sys: Run minijail's `make` with jobs=4Keiichi Watanabe