Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -0/+1 |
| | |||||
* | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -3/+3 |
| | |||||
* | remove unused includes | Thomas Hindoe Paaboel Andersen | 2015-02-23 | 1 | -1/+0 |
| | | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | ||||
* | mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ↵ | Lennart Poettering | 2014-10-23 | 1 | -6/+5 |
| | | | | new mac_{smack,selinux,apparmor}_xyz() convention | ||||
* | security: rework selinux, smack, ima, apparmor detection logic | Lennart Poettering | 2013-10-10 | 1 | -0/+41 |
Always cache the results, and bypass low-level security calls when the respective subsystem is not enabled. |