summaryrefslogtreecommitdiff
path: root/src/shared/linux
Commit message (Collapse)AuthorAge
* missing: remove fanotifyZbigniew Jędrzejewski-Szmek2014-10-17
| | | | It was only used in readahead.
* syscallfilter: port to libseccompRonny Chevalier2014-02-12
|
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-03
| | | | | | | | | | | | | | - Add space between if/for and the opening parentheses - Place the opening brace on same line as the function (not for udev) From the CODING_STYLE Try to use this: void foo() { } instead of this: void foo() { }
* execute: support syscall filtering using seccomp filtersLennart Poettering2012-07-17
|
* build-sys: move src/linux/ to src/shared/linuxLennart Poettering2012-04-12