summaryrefslogtreecommitdiff
path: root/src/core/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* Remove kdbus custom endpoint supportDaniel Mack2016-02-111-84/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: split out umask-related code to umask-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-0/+1
* socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering2015-10-261-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-10/+11
* tree-wide: port more code to use send_one_fd() and receive_one_fd()Lennart Poettering2015-09-291-33/+11
* tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering2015-09-091-2/+1
* tree-wide: make use of log_error_errno() return value in more casesLennart Poettering2015-09-091-6/+6
* tree-wide: make use of log_error_errno() return valueLennart Poettering2015-09-091-2/+1
* util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering2015-06-101-2/+1
* core/namespace: Protect /usr instead of /home with ProtectSystem=yesJason Pleau2015-05-311-1/+1
* nspawn: finish user namespace supportLennart Poettering2015-05-211-1/+1
* core,nspawn: unify code that moves the root dirLennart Poettering2015-05-201-16/+0
* core: Private*/Protect* options with RootDirectoryAlban Crequy2015-05-181-10/+70
* nspawn: rework custom mount point order, and add support for overlayfsLennart Poettering2015-05-131-1/+1
* nspawn: change filesystem type from "bind" to NULL in mount() syscallsIago López Galeiras2015-03-311-1/+1
* core/namespace: fix path sortingMichal Schmidt2015-03-161-8/+4
* core: explicitly ignore failure during cleanupZbigniew Jędrzejewski-Szmek2015-03-131-1/+1
* core: either ignore or handle mount failuresZbigniew Jędrzejewski-Szmek2015-03-131-4/+7
* Use space after a silencing (void)Zbigniew Jędrzejewski-Szmek2015-03-131-6/+6
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-8/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-11/+11
* Type of mount(2) flags is unsigned longTopi Miettinen2015-01-011-1/+1
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-281-1/+2
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-5/+5
* namespace: unchecked return value from librarySusant Sahani2014-11-171-6/+6
* sd-bus: sync with kdbus upstream (ABI break)Daniel Mack2014-11-131-8/+1
* selinux: clean up selinux label function namingLennart Poettering2014-10-231-2/+2
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-2/+2
* namespace: add missing 'const' to parametersLennart Poettering2014-10-171-3/+3
* core/namespace: remove invalid checkZbigniew Jędrzejewski-Szmek2014-10-031-5/+2
* core/namespace: remove invalid checkZbigniew Jędrzejewski-Szmek2014-10-031-5/+2
* namespace: avoid posible use of uninitialized variableThomas Hindoe Paaboel Andersen2014-09-081-1/+1
* namespace: add support for custom kdbus endpointDaniel Mack2014-09-081-1/+90
* drop_duplicates: copy full BindMount structAnsgar Burchardt2014-07-271-2/+1
* namespace: make sure /tmp, /var/tmp and /dev are writable in namespaces we se...Lennart Poettering2014-07-031-1/+1
* namespace: fix uninitialized memory accessLennart Poettering2014-07-031-1/+2
* namespace: properly label device nodes we createLennart Poettering2014-06-181-0/+4
* namespace: cover /boot with ProtectSystem= againLennart Poettering2014-06-061-2/+2
* namespace: beef up read-only bind mount logicLennart Poettering2014-06-061-12/+16
* namespace: also include /root in ProtectHome=Lennart Poettering2014-06-051-2/+2
* namespace: when setting up an inaccessible mount point, unmounting everything...Lennart Poettering2014-06-051-0/+6
* core: don't include /boot in effect of ProtectSystem=Lennart Poettering2014-06-051-2/+2
* core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also...Lennart Poettering2014-06-041-13/+22