aboutsummaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2023-12-04Migrate to cargo_embargo.Andrew Walbran
2023-12-04Re-run cargo2android.Andrew Walbran
2023-11-13Make minijail vendor availableArve Hjønnevåg
2023-07-10Bindgen 0.65.1 no longer supports size_t-is-usizeSteven Moreland
2023-01-05update for bindgen CLI changemain-16k-with-phonesSteven Moreland
2022-11-03[LSC] Add LOCAL_LICENSE_KINDS to external/minijailBob Badour
2022-10-27Revert "Generate tests for libminijail_rust"Victor Hsieh
2022-10-27Generate tests for libminijail_rustVictor Hsieh
2022-10-27minijail: use canonical cargo2android setupVictor Hsieh
2022-09-15Update license boilerplate text in source code filesMike Frysinger
2022-09-08rust: Simplify test config.Junichi Uekawa
2022-09-08Add a comment that minijail_destroy frees memory.Junichi Uekawa
2022-08-31update product name to omit spacesMike Frysinger
2022-08-22rust/minijail: Add a note on how unsafe fork() is.Junichi Uekawa
2022-08-19rust: Run rustfmt.Junichi Uekawa
2022-08-10rust: regenerate bindings after Landlock API changeDaniel Verkamp
2022-07-14rust: use bindgen --size_t-is-usize optionDaniel Verkamp
2022-05-06rust: add minijail_run_env to minijail-sysDaniel Verkamp
2022-04-07rust: remove redundant format in unreachableDaniel Verkamp
2022-03-01rust/minijail: add API to parse raw BPF bytesDaniel Verkamp
2022-01-14rust/minijail: add Minijail::run_commandChia-I Wu
2022-01-14rust/minijail: add minijail::Command::envsChia-I Wu
2022-01-14rust/minijail: add minijail::CommandChia-I Wu
2021-12-10Fix cross compile prefix for gnueabihf environmentAnton Romanov
2021-12-02Handle the wait errorVictor Hsieh
2021-11-03minijail-sys: stop trying to build specific minijail targetsMike Frysinger
2021-09-23rust: disable bindgen header with version numberDaniel Verkamp
2021-09-01minijail-sys: Enable cross-compilation in build.rsandroid-s-beta-5android-s-beta-5Dennis Kempin
2021-08-03rust/minijail: Add support for fexecve.Allen Webb
2021-08-03rust: Add bindgen logic to build.rs.Allen Webb
2021-08-03rust/minijail: Remove fork from tests.Allen Webb
2021-07-20rust/OWNERS: Replace xooglers.Allen Webb
2021-05-21rust/minijail: Make path to sleep in test an absolute path.Allen Webb
2021-05-20rust: Bump patch version numbers since new APIs were added.Allen Webb
2021-05-12Add minijail_copy_jailDylan Reid
2021-04-21rust/minijail: Fix cast to c_char.Allen Webb
2021-04-20Make run/run_remap more genericVictor Hsieh
2021-04-19Add overlap handling to redirect_fds().Allen Webb
2021-04-19Move OWNERS.rust to rust/OWNERS.Allen Webb
2021-04-19rust/minijail: Allow more flexible args than `&Path`Dylan Reid
2021-04-16Add kill functionVictor Hsieh
2021-04-15rust/minijail: Add fork_remap test.Allen Webb
2021-04-14Fix clippy warnings.Allen Webb
2020-11-24rust: Use respectful terms.Jorge Lucangeli Obes
2020-07-22rust/minijail: Add change_user, change_group, and wait.Allen Webb
2020-07-09rust/minijail: Use minijail_sys::rlim_t instead of libc::rlim64_t.android-r-beta-3android-r-beta-2Andrew Walbran
2020-06-30rust/minijail: Add support for mapping fds to a different fd number.Allen Webb
2020-06-22rust/minijail: Make sure spawned jobs termininate during unit tests.linux-v16aosp-emu-30-releaseAllen Webb
2020-06-18Migrate "io_jail" crate from crosvm and rename to "minijail".Allen Webb