Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-19 | core: remove systemd_running_as lookup functions | Zbigniew Jędrzejewski-Szmek | |
They are unused and unlikely to ever be. | |||
2014-07-16 | test-tables: add new entries | Zbigniew Jędrzejewski-Szmek | |
One missing string found. A few things had to be moved around to make it possible to test them. | |||
2014-04-24 | service: rename StartLimitAction enum to FailureAction | Michael Olbrich | |
It's used for the FailureAction property as well. | |||
2014-02-12 | syscallfilter: port to libseccomp | Ronny Chevalier | |
2013-07-16 | test-tables: allow sparse tables and check mapping for -1 | Zbigniew Jędrzejewski-Szmek | |
Jan: test-tables fails on my system. The one it's failing on is: syscall: 222 → (null) → -1 ... and indeed, our own tables should not have holes, but syscall tables certainly might. | |||
2013-07-13 | test: add trivial test for syscall table and extend table tests to error paths | Zbigniew Jędrzejewski-Szmek | |
2013-07-05 | tests: add tests for string lookup tables | Zbigniew Jędrzejewski-Szmek | |
The tests check if the tables have entries for all values in the enum, and that the entries are unique. |