summaryrefslogtreecommitdiffstats
path: root/src/shared/dev-setup.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* exec: introduce PrivateDevices= switch to provide services with a private /devLennart Poettering2014-01-201-8/+8
| | | | | | Similar to PrivateNetwork=, PrivateTmp= introduce PrivateDevices= that sets up a private /dev with only the API pseudo-devices like /dev/null, /dev/zero, /dev/random, but not any physical devices in them.
* dev-setup: do not create a dangling /proc/kcore symlinkZbigniew Jędrzejewski-Szmek2013-06-101-1/+7
| | | | | https://bugs.freedesktop.org/show_bug.cgi?id=65382 https://bugs.gentoo.org/472060?id=472060
* 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
| | | | | With this adjustment, we can reuse this code elsewhere, such as in nspawn.
* udev: unify /dev static symlink setupKay Sievers2012-04-171-0/+65