summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.c
Commit message (Expand)AuthorAgeFilesLines
* core: reindent mount/kmod tablesLennart Poettering2014-11-261-34/+38
* mount-setup: remove mount_setup_late()Daniel Mack2014-11-141-18/+0
* sd-bus: sync with kdbus upstream (ABI break)Daniel Mack2014-11-131-0/+22
* mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering2014-10-231-3/+3
* mount-setup: skip relabelling when SELinux and SMACK not supportedEmil Renner Berthing2014-10-101-0/+4
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1
* mount-setup: fix counting of early mounts without SMACKLennart Poettering2014-08-131-1/+6
* core: Don't require cgroups xattr supportTom Hirst2014-06-261-1/+1
* core: You can not put the cached result of use_smack fct, as we are not sure ...Ronan Le Martret2014-06-231-2/+2
* build-sys: use glibc's xattr support instead of requiring libattrKay Sievers2014-05-281-2/+0
* core: require cgroups filesystem to be availableKay Sievers2014-05-051-4/+4
* core: don't try to relabel mounts before we loaded the policyLennart Poettering2014-03-241-1/+4
* core: remount /sys/fs/cgroup/ read-only after we mounted all controllersLennart Poettering2014-03-181-0/+4
* cgroup: it's not OK to invoke alloca() in loopsLennart Poettering2014-03-181-6/+14
* exec: introduce PrivateDevices= switch to provide services with a private /devLennart Poettering2014-01-201-4/+1
* tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch2013-11-261-1/+1
* Smack: Test if smack is enabled before mountingAuke Kok2013-10-091-4/+5
* Mount /run, /dev/shm usable to tasks when using SMACK.Auke Kok2013-10-071-0/+8
* remove /run/initramfs/root-fsck logicHarald Hoyer2013-07-171-10/+0
* Small cleanupZbigniew Jędrzejewski-Szmek2013-04-241-60/+22
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-241-2/+1
* Standarize on one spelling of symlink error messageZbigniew Jędrzejewski-Szmek2013-04-241-4/+2
* systemd: fall back to mounting /sys/fs/cgroup sans xattrZbigniew Jędrzejewski-Szmek2013-04-241-7/+5
* systemd,nspawn: use extended attributes to store metadataZbigniew Jędrzejewski-Szmek2013-04-211-1/+7
* util: make time formatting a bit smarterLennart Poettering2013-04-041-1/+1
* mount: mount all cgroup controllers in containers, tooLennart Poettering2013-03-221-0/+1
* core: reuse the same /tmp, /var/tmp and inaccessible dirMichal Sekletar2013-03-151-0/+1
* sd-booted: update sd_booted() check a bitLennart Poettering2013-03-151-1/+5
* core: mount and initialize SmackNathaniel Chen2013-03-071-1/+3
* mount-setup: mount pstore filesystemKay Sievers2013-02-271-4/+6
* build-sys: make EFI support build-time optionalLennart Poettering2013-02-131-0/+2
* efi: various cleanupsLennart Poettering2013-02-131-1/+1
* util: move is_efiboot() to efivars.cLennart Poettering2013-01-211-0/+1
* mount-setup: try mounting 'efivarfs' only if the system bootet with EFIKay Sievers2012-11-041-16/+34
* systemd: mount the EFI variable filesystemLee, Chun-Yi2012-10-301-0/+1
* mount: don't mount securityfs in a containerLennart Poettering2012-09-181-16/+21
* dev-setup: make NULL as parameter for dev_setup() equivalent to ""Lennart Poettering2012-08-211-1/+1
* dev-setup: allow a path prefix for use in chrootsDave Reisner2012-08-211-1/+1
* mount-setup: change system mount propagation to shared by defaultLennart Poettering2012-08-061-0/+9
* continue work with error messages, log_oom()Shawn Landden2012-08-061-8/+4
* mount-setup: don't complain if we try to fix the label of a dir beneath a mou...Lennart Poettering2012-07-031-4/+4
* missing: define MS_STRICTATIME if not defined alreadyLennart Poettering2012-06-011-0/+1
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-311-3/+3
* util: split-out path-util.[ch]Kay Sievers2012-05-081-0/+1
* mount-setup: ignore common container bind mountsLennart Poettering2012-04-221-8/+19
* mount-setup: don't log with LOG_ERROR if a mount that doesn't matter failsLennart Poettering2012-04-201-1/+1
* udev: unify /dev static symlink setupKay Sievers2012-04-171-28/+3
* selinux: unify systemd and udev codeKay Sievers2012-04-171-2/+3
* build-sys: move *-setup out of shared to avoid selinux being pulled inLennart Poettering2012-04-121-0/+423