The annotated tag, priv_wrapper-1.0.0 has been created at d67068dd5156b66447d5ad630b32d27b21c7587d (tag) tagging 826f7b6193fd41914facc449f73cbeed1cac500b (commit) tagged by Andreas Schneider on Mon Oct 24 12:57:03 2022 +0200
- Log ----------------------------------------------------------------- priv_wrapper-1.0.0 * Initial release -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEjf9T4Y8qvI2PPJIjfuD8TcwBTj0FAmNWb48ACgkQfuD8TcwB Tj0M+Q//YciOelMubx5XDiB9rUpQbk54MOEx11SppDLpkrQX5ncrcKkjqWuM0Abm dXQEMOkTOz9bYjLDAGBr+8Ma1GnjuyVYoKi3MNybYqvQr6nNmht9u2aGS5Od93Wt hUFjDLyES2EWyooqqt1yMCaMd47rXtTR7wTZfcJ/6F4inn4tpppmQzKCixaromcw HLBmXY28DBGd/wxb3AwSTwAuHDJUyzXi2AK/SEHzgDzioG2Z0CkXWfiAG5oVtA51 AT4EgAKQ7fE5VM3oTupXwIZ+Vs5sMLL7otvsMfijwxpqAte+O0WWeS1kQ4da+8Wj HEWctodC18nJWSH+rECROceQX63gf6Ql9hHHjS1bFKvph+MhItbtdaRXE0Hxk1Iv 5bfSs6odr075EbNiHFlgxF0AOfFYTBUmODOT8qmIpiZleESpvzkyeKebopesqmN1 WxFyJ7J9sg1QxWW1gR9XYtTojA7g3zjDTl/DGEPdEUThO4X8DzCAUJF+zUM0lDE7 DnDfM0ovnt9xgYyZpRLAR8ofmcFmHOtl7fHd2ccWb2QsS1E5JsZnN03Z89tR9Sld ELJeIqfLoWAzBDiVM61WpLOTkRvfmPdaYmdwN+i6WvW+5e/uavSQWuHzRc35OBGe bfFjzfZpL0VR3blgFKhI5G9uGmre2oSs4q2/xIiXMPX8apkqj3o= =GjzJ -----END PGP SIGNATURE----- Andreas Schneider (12): Big bang! tests: Fix linking with cmocka cmake: Check setrlimit() prototype pwrap: Fix setrlmit() on FreeBSD tests: Only add prctl test if we have support for it tests: Fix test_setrlimit combination test on FreeBSD tests: Fix test_setrlimit fsize on FreeBSD tests: Fix test_chroot on FreeBSD gitlab-ci: Enable freebsd runner Fix markdown in README Add CHANGELOG.md file Bump version to 1.0.0 Pavel Filipenský (29): Fix initial commit: Rename various 'socket' based names to 'priv'. Fix initial commit: s/HAVE_PRCTL/HAVE_SETRLIMIT/ Fix initial commit: !priv_wrapper_enabled() in privwrap_setrlimit() Fix initial commit: Remove priv_handle Add editorconfig AUTHORS Update date in priv_wrapper.1* doc: Update manpage source priv_wrapper.1.txt and generate the manpage via "a2x --format manpage doc/priv_wrapper.1.txt" Add comments explaining the behavior of some prctl options Howto: Steps to run unit tests Add test_chroot Add test_prctl Add test_setrlimit Add gitlab CI GitLab CI: limit commit history: ~20 -> ~10 Sync with socket_wrapper: CompilerChecks.cmake DefineInstallationPaths -> GNUInstallDirs Sync with socket_wrapper: tests/CMakeLists.txt Add PRIV_WRAPPER_DISABLE_DEEPBIND add_library(defaults INTERFACE) instead of DEFAULT_C_COMPILE_FLAGS Uncomment: "-Wcast-qual" SUPPORTED_COMPILER_FLAGS Add pwrap_bind_symbol_all() DO_NOT_SANITIZE_ADDRESS_ATTRIBUTE Fix install dirs to use CMAKE_INSTALL Fix 'doc/priv_wrapper.1' and use 'asciidoctor -b manpage doc/priv_wrapper.1.txt' to generate the manpage Fix failing test on OpenBSD Add pledge() wrapper for OpenBSD Add pledge() unit test Update manpage for pledge() ----------------------------------------------------------------------- -- Priv Wrapper Repository