Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack | |
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file. | |||
2015-12-06 | shared: include what we use | Thomas Hindoe Paaboel Andersen | |
The next step of a general cleanup of our includes. This one mostly adds missing includes but there are a few removals as well. | |||
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering | |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering | |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
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. | |||
2014-10-23 | mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ↵ | Lennart Poettering | |
new mac_{smack,selinux,apparmor}_xyz() convention | |||
2013-10-10 | security: rework selinux, smack, ima, apparmor detection logic | Lennart Poettering | |
Always cache the results, and bypass low-level security calls when the respective subsystem is not enabled. |