summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-05core: fix missing bus-util.h includeDavid Herrmann1-0/+1
2015-07-05core: don't mount kdbusfs if not wantedDavid Herrmann1-1/+1
2015-06-17turn kdbus support into a runtime optionKay Sievers1-2/+0
2015-05-29path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt1-1/+1
2015-05-21nspawn: finish user namespace supportLennart Poettering1-1/+1
2015-04-07core: fix mount setup to work with non-existing mount pointsDavid Herrmann1-5/+1
2015-04-07core: mount-setup: handle non-existing mountpoints gracefullyDaniel Mack1-0/+3
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-4/+0
2015-01-23mount-setup: Do not bother with /proc/bus/usbCristian Rodríguez1-2/+0
2015-01-23mount-setup: /selinux, /cgroup, /dev/cgroup are sooo old, don't bother with t...Lennart Poettering1-4/+0
2015-01-17remove unneeded libgen.h includesCristian Rodríguez1-1/+0
2015-01-05nspawn: mount most of the cgroup tree read-only in nspawn containers except f...Lennart Poettering1-36/+5
2014-11-28treewide: another round of simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-3/+3
2014-11-26core: reindent mount/kmod tablesLennart Poettering1-34/+38
2014-11-14mount-setup: remove mount_setup_late()Daniel Mack1-18/+0
2014-11-13sd-bus: sync with kdbus upstream (ABI break)Daniel Mack1-0/+22
2014-10-23mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering1-3/+3
2014-10-10mount-setup: skip relabelling when SELinux and SMACK not supportedEmil Renner Berthing1-0/+4
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-1/+1
2014-08-13mount-setup: fix counting of early mounts without SMACKLennart Poettering1-1/+6
2014-06-26core: Don't require cgroups xattr supportTom Hirst1-1/+1
2014-06-23core: You can not put the cached result of use_smack fct, as we are not sure ...Ronan Le Martret1-2/+2
2014-05-28build-sys: use glibc's xattr support instead of requiring libattrKay Sievers1-2/+0
2014-05-05core: require cgroups filesystem to be availableKay Sievers1-4/+4
2014-03-24core: don't try to relabel mounts before we loaded the policyLennart Poettering1-1/+4
2014-03-18core: remount /sys/fs/cgroup/ read-only after we mounted all controllersLennart Poettering1-0/+4
2014-03-18cgroup: it's not OK to invoke alloca() in loopsLennart Poettering1-6/+14
2014-01-20exec: introduce PrivateDevices= switch to provide services with a private /devLennart Poettering1-4/+1
2013-11-26tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch1-1/+1
2013-10-09Smack: Test if smack is enabled before mountingAuke Kok1-4/+5
2013-10-07Mount /run, /dev/shm usable to tasks when using SMACK.Auke Kok1-0/+8
2013-07-17remove /run/initramfs/root-fsck logicHarald Hoyer1-10/+0
2013-04-24Small cleanupZbigniew Jędrzejewski-Szmek1-60/+22
2013-04-24Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek1-2/+1
2013-04-24Standarize on one spelling of symlink error messageZbigniew Jędrzejewski-Szmek1-4/+2
2013-04-24systemd: fall back to mounting /sys/fs/cgroup sans xattrZbigniew Jędrzejewski-Szmek1-7/+5
2013-04-21systemd,nspawn: use extended attributes to store metadataZbigniew Jędrzejewski-Szmek1-1/+7
2013-04-04util: make time formatting a bit smarterLennart Poettering1-1/+1
2013-03-22mount: mount all cgroup controllers in containers, tooLennart Poettering1-0/+1
2013-03-15core: reuse the same /tmp, /var/tmp and inaccessible dirMichal Sekletar1-0/+1
2013-03-15sd-booted: update sd_booted() check a bitLennart Poettering1-1/+5
2013-03-07core: mount and initialize SmackNathaniel Chen1-1/+3
2013-02-27mount-setup: mount pstore filesystemKay Sievers1-4/+6
2013-02-13build-sys: make EFI support build-time optionalLennart Poettering1-0/+2
2013-02-13efi: various cleanupsLennart Poettering1-1/+1
2013-01-21util: move is_efiboot() to efivars.cLennart Poettering1-0/+1
2012-11-04mount-setup: try mounting 'efivarfs' only if the system bootet with EFIKay Sievers1-16/+34
2012-10-30systemd: mount the EFI variable filesystemLee, Chun-Yi1-0/+1
2012-09-18mount: don't mount securityfs in a containerLennart Poettering1-16/+21