Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-16 | simplify github workflows using the matrix syntax | Doug Freed | |
2022-04-16 | rewrite tests (#515) | William Hubbs | |
* rewrite tests to work with meson This ports our tests to meson and makes them able to be run in parallel. * add tests to ci * rewrite test/check-trailing-newlines in bash This test was using a GNU sed command which does not work on Alpine Linux. | |||
2021-12-23 | capabilities: Add support for Linux capabilities(7) | LinkTed | |
This adds capabilities for start-stop-daemon by adding --capabilities option. As a result, the user can specify the inheritable, ambient and bounding set by define capabilities in the service script. This fixes #314. | |||
2021-10-09 | separate github actions based on OS | William Hubbs | |
This fixes #466. |