Home
last modified time | relevance | path

Searched defs:SECCOMP_RET_LOG (Results 1 – 7 of 7) sorted by relevance

/external/crosvm/jail/src/
Dhelpers.rs215 const SECCOMP_RET_LOG: u32 = 0x7ffc0000; in create_sandbox_minijail() constant
/external/kernel-headers/original/uapi/linux/
Dseccomp.h45 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/external/minijail/
Dbpf.h55 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/external/minijail/tools/
Dbpf.py73 SECCOMP_RET_LOG = 0x7ffc0000 variable
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c114 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2035 pub const SECCOMP_RET_LOG: ::c_uint = 0x7ffc0000; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2063 pub const SECCOMP_RET_LOG: ::c_uint = 0x7ffc0000; constant