summaryrefslogtreecommitdiff
path: root/src/shared/dev-setup.c
Commit message (Expand)AuthorAgeFilesLines
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+0
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-0/+1
* umask-util: add helper that resets umask until end of current code blockLennart Poettering2021-11-121-2/+1
* tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: fix spelling of "fallback"Zbigniew Jędrzejewski-Szmek2020-08-201-4/+5
* nspawn,pid1: pass "inaccessible" nodes from cntr mgr to pid1 payload via /run...Lennart Poettering2020-08-201-16/+13
* shared: fix error handling in make_inaccessible_nodesChristian Göttsche2020-07-111-2/+2
* selinux: create standard user-runtime nodes with default contextChristian Göttsche2020-07-101-2/+2
* inaccessible: move inaccessible file nodes to /systemd/ subdir in runtime dir...Lennart Poettering2020-06-091-10/+17
* core: create inaccessible nodes for users when making runtime dirsAnita Zhang2019-12-181-9/+9
* path-util: get rid of prefix_root()Lennart Poettering2019-06-211-2/+2
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-1/+1
* dev-setup: generalize logic we use to create "inaccessible" device nodesLennart Poettering2018-11-291-0/+59
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-0/+1
* 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-2/+3
* nspawn: finish user namespace supportLennart Poettering2015-05-211-9/+20
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-5/+0
* label: unify code to make directories, symlinksLennart Poettering2014-10-231-20/+2
* 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
* core: Beef up PrivateDevices=Lennart Poettering2014-03-191-1/+1
* exec: introduce PrivateDevices= switch to provide services with a private /devLennart Poettering2014-01-201-8/+8
* dev-setup: do not create a dangling /proc/kcore symlinkZbigniew Jędrzejewski-Szmek2013-06-101-1/+7
* dev-setup: make NULL as parameter for dev_setup() equivalent to ""Lennart Poettering2012-08-211-8/+11
* dev-setup: allow a path prefix for use in chrootsDave Reisner2012-08-211-3/+13
* udev: unify /dev static symlink setupKay Sievers2012-04-171-0/+65