summaryrefslogtreecommitdiff
path: root/src/test/test-capability.c
Commit message (Expand)AuthorAgeFilesLines
* test: return a non-zero return code when 'nobody' user doesn't existFrantisek Sumsal2019-05-061-1/+1
* capability: add a test that fails if we ever enter > 64bit capability territoryLennart Poettering2019-03-211-0/+21
* capability: fix build without PR_CAP_AMBIENTFabrice Fontaine2019-01-111-0/+1
* tree-wide: use new macro HAS_FEATURE_ADDRESS_SANITIZER everywhereLennart Poettering2018-12-031-1/+1
* tests: keep SYS_PTRACE when running under ASanFrantisek Sumsal2018-11-091-1/+6
* tests: drop the precondition check for inherited flagFrantisek Sumsal2018-11-081-8/+0
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+2
* tests: add helper to unify skipping a test and exitingZbigniew Jędrzejewski-Szmek2018-09-141-10/+5
* test: when skipping tests, always print somethingZbigniew Jędrzejewski-Szmek2018-09-131-7/+10
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering2017-12-251-1/+1
* test: use NOBODY_USER_NAME instead of hard-coded string "noody"Yu Watanabe2017-12-071-1/+1
* test: move tests about cap_list_cap() from test-cap-list to test-capabilityYu Watanabe2017-11-281-0/+39
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* capability: add new ambient_capabilities_supported() helperLennart Poettering2017-08-101-0/+2
* tests: test ambient capabilities.Ismo Puustinen2016-01-121-2/+66
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-5/+7
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* tests: add test-capabilityRonny Chevalier2014-06-221-0/+161