summaryrefslogtreecommitdiff
path: root/src/core/smack-setup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make it possible to disable smack separately from xattr supportKarol Lewandowski2013-05-171-0/+10
* smack-setup: enable Smack/CIPSO mappingNathaniel Chen2013-03-151-1/+19
* smack-setup: extract rule writing into a separate functionZbigniew Jędrzejewski-Szmek2013-03-151-31/+60
* core/smack: downgrade info to debugZbigniew Jędrzejewski-Szmek2013-03-111-9/+15
* core: mount and initialize SmackNathaniel Chen2013-03-071-0/+98