summaryrefslogtreecommitdiff
path: root/src/core/smack-setup.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-6/+6
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-4/+4
* Define FOREACH_DIRENT through FOREACH_DIRENT_ALLZbigniew Jędrzejewski-Szmek2021-12-151-3/+0
* meson: ignore -Dsmack-run-label= if -Dsmack=falseZbigniew Jędrzejewski-Szmek2021-09-211-1/+1
* dirent-util: use readdir_ensure_type() in readdir_no_dot() and FOREACH_DIRENT()Yu Watanabe2021-06-241-2/+0
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-2/+2
* core: use SYNTHETIC_ERRNO() macroYu Watanabe2020-11-271-2/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: drop dirent.h when dirent-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* Handle d_type == DT_UNKNOWN correctlyMichael Olbrich2019-09-301-0/+2
* Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-1/+0
* core/smack-setup: add helper function for openat+fdopenZbigniew Jędrzejewski-Szmek2019-04-121-59/+34
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-3/+3
* Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek2018-11-141-1/+0
* tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...Yu Watanabe2018-11-061-4/+4
* core: include error cause in log messageYu Watanabe2018-10-201-4/+4
* smack-setup: include error cause in log messageLennart Poettering2018-10-181-4/+5
* smcak-setup: FOREACH_LINE excorcismLennart Poettering2018-10-181-18/+37
* tree-wide: use proper unicode © instead of (C) where we canLennart 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 __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-141-6/+12
* smack: allow comments on smack rules (#7438)WaLyong Cho2017-11-231-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: s/HAVE_SMACK/ENABLE_SMACK/Zbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-211-1/+1
* smack: handling smack onlycap list (#5542)WaLyong Cho2017-06-261-0/+64
* tree-wide: indentation fixesThomas Hindoe Paaboel Andersen2016-02-261-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* smack: Handling networkCasey Schaufler2016-01-111-3/+98
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-7/+8
* tree-wide: add missing errno arguments to log_*_errno()Michal Schmidt2015-10-011-1/+1
* tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering2015-09-301-6/+3
* fileio: consolidate write_string_file*()Daniel Mack2015-07-061-1/+1
* smack: support smack access change-ruleWaLyong Cho2015-06-221-25/+110
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-6/+0
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-6/+6
* mac: add mac_ prefix to distinguish origin security apisWaLyong Cho2014-10-281-1/+1
* core: smack-setup: Actually allow for succesfully loading CIPSO policyPhilippe De Swert2014-09-131-1/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-1/+1
* smack: set loaded_policy in smack_setup()Łukasz Stelmach2014-02-241-1/+5
* Run with a custom SMACK domain (label).Auke Kok2013-10-071-0/+8
* smack-setup: fix path to Smack/CIPSO mappingsPatrick McCarty2013-10-011-1/+1