summaryrefslogtreecommitdiff
path: root/src/test/test-capability.c
Commit message (Expand)AuthorAgeFilesLines
* capability-util: add new capability_get_ambient() helperLennart Poettering2023-02-221-1/+54
* tree-wide: have_effective_cap() may return negative errnoYu Watanabe2022-12-231-5/+5
* test: use assert_se() instead of assert()Yu Watanabe2021-10-121-1/+1
* test-capability: drop work-around initializationZbigniew Jędrzejewski-Szmek2021-06-091-1/+1
* test-capability: skip tests that need CAP_NET_RAW if cap is not passedLennart Poettering2021-06-031-1/+7
* tree-wide: use the same comment for work-around initializationsZbigniew Jędrzejewski-Szmek2021-04-071-1/+1
* test-capability: silence gcc warningZbigniew Jędrzejewski-Szmek2021-03-311-12/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* basic/missing_capability: clean up our defines and check that our fallback is...Zbigniew Jędrzejewski-Szmek2020-08-271-0/+2
* basic/capability-util: let cap_last_cap() return unsigned integerZbigniew Jędrzejewski-Szmek2020-07-101-1/+1
* tests: various small fixes for strict systemsTopi Miettinen2020-04-261-1/+4
* test-capability: Modify ambient capability tests to test clearing capsKevin Kuehler2019-11-271-3/+13
* tree-wide: drop capability.h when capability-util.h is includedYu Watanabe2019-11-041-1/+0
* util-lib: move yes_no() and friends to string-util.hZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
* 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