]> git.ipfire.org Git - pakfire.git/history - tests/libpakfire/jail.c
jail: Implement configuring timeouts for commands
[pakfire.git] / tests / libpakfire / jail.c
2023-01-06  Michael Tremerjail: Implement configuring timeouts for commands
2022-12-15  Michael Tremerjail: Avoid deadlock when sending data to stdin
2022-12-13  Michael Tremertests: jail: Send signals to ourselves
2022-12-13  Michael Tremertests: jail: Check for correct exit code on SEGV
2022-12-13  Michael Tremertests: jail: Check for correct exit code
2022-12-06  Michael Tremerbuild: Pass filelists into dependency scripts
2022-12-06  Michael Tremerjail: Add new way to communicate with child processes
2022-08-16  Michael Tremerbuild: Move interactive flag from jail
2022-08-16  Michael Tremerjail: Implement bind-mounting anything into the jail
2022-08-16  Michael Tremertests: jail: Check file ownership
2022-08-09  Michael Tremertests: jail: A fork bomb should also exhaust all memory
2022-08-09  Michael Tremercgroup: Add option to control the amount of PIDs
2022-08-09  Michael Tremertests: jail: Add test for memory limit
2022-08-09  Michael Tremerjail: Return any output as string
2022-08-09  Michael Tremertests: jail: Add check for nice level
2022-08-09  Michael Tremertests: jail: Actually run a useful command
2022-08-09  Michael Tremertests: Allow running a single test
2022-08-09  Michael Tremertests: jail: Add test that launches a process into...
2022-08-03  Michael Tremerjail: Add option to collect stdout
2022-08-02  Michael Tremerjail: Execute command
2022-08-02  Michael Tremerjail: Implement first steps of running a command in...
2022-08-02  Michael Tremerjail: Introduce interactive jails
2022-08-02  Michael Tremerjail: Add flags
2022-08-02  Michael Tremerjail: Set some default environment variables
2022-08-02  Michael Tremerjail: Implement setting environment variables
2022-08-02  Michael Tremertests: Add a simple test for jails