Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-14 | jail: respect byte order when setting AUDIT_ARCH | Daniel Golle | |
AUDIT_ARCH on ARM and MIPS differs depending on the byte order. Thus set AUDIT_ARCH to the respective endian-specific variants. Signed-off-by: Daniel Golle <daniel@makrotopia.org> | |||
2015-05-14 | jail: add support for ARM architecture | Daniel Golle | |
SECCOMP_FILTER isn't supported on ARM OABI. Thus enable seccomp support in jail only for EABI. thumb might work as well as it apparently implies EABI, but yet doesn't set __ARM_EABI__. The REG_SYSCALL macro seems to be an unused left-over. However, it's defined for other architectures as well. Signed-off-by: Daniel Golle <daniel@makrotopia.org> | |||
2015-03-23 | add initial version of ujail and utrace | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> |