Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-04 | mount-setup: mount /dev/pts with mode=620,gid=5 by default and make GID ↵ | Lennart Poettering | |
overridable via configure switch | |||
2010-12-23 | mount-setup: drop noexec flag from default mount options for /dev/shm | Lennart Poettering | |
We shouldn't break PROT_EXEC which is a valid mmap() flag. | |||
2010-11-24 | mount: trivial typo fix | Lennart Poettering | |
2010-11-22 | mount_cgroup_controllers: expect 2 items from fscanf() | Kay Sievers | |
2010-11-21 | mount: do not try to mount disable cgroup controllers | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=655222 | |||
2010-11-18 | mount: trivial optimization | Lennart Poettering | |
2010-11-12 | mount: don't relabel /dev twice in a row | Lennart Poettering | |
2010-11-11 | split mount_point_is_api() and mount_point_ignore() | Kay Sievers | |
We should not handle the ignore list as API mounts, as systemd itself never touches them. On Thu, Nov 11, 2010 at 10:34, Andreas Jaeger <aj@novell.com> wrote: > > I noticed for some time that systemd-remount-api-vfs is in the > failed state and found now the following in the log files > > systemd-remount-api-vfs[467]: /bin/mount for /proc/bus/usb exited with exit status 32. > systemd-remount-api-vfs[467]: mount: /proc/bus/usb not mounted already, or bad option > systemd[1]: systemd-remount-api-vfs.service: main process exited, code=exited, status=1 > systemd[1]: Unit systemd-remount-api-vfs.service entered failed state. | |||
2010-11-10 | selinux: relabel /dev after loading policy | Lennart Poettering | |
2010-10-27 | mounts: automatically create /dev/stderr and friends early on boot so that ↵ | Lennart Poettering | |
they are around when we run shell scripts before udevd | |||
2010-09-15 | mount-setup: fix selinux label after mounting | Lennart Poettering | |
rhbz 629268 | |||
2010-08-25 | cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroup | Lennart Poettering | |
This requires the /sys/fs/cgroup to exist. Current git kernels have this, released kernels need a backport of a single patch. | |||
2010-08-20 | remount: add tool that applies /etc/fstab mount options to all api mounts | Lennart Poettering | |
2010-08-14 | emacs: make sure nobody accidently adds tabs to our sources | Lennart Poettering | |
2010-07-23 | sshd, tmux and others are broken when /dev/pts is mounted with "-o nodev" | Robert "arachnist" Gerus | |
2010-07-16 | mount-setup: consider a few file systems API mounts and ignore them | Lennart Poettering | |
2010-06-02 | mounts: reindent table | Lennart Poettering | |
2010-06-02 | mounts: make /cgroup a tmpfs file system | Lennart Poettering | |
2010-05-18 | units: replace a few non-essential API mounts with automount units | Lennart Poettering | |
2010-05-17 | cgroup: don't require debug cgroup controller anymore, use name hierarchy ↵ | Lennart Poettering | |
instead | |||
2010-05-16 | build-sys: move source files to subdirectory | Lennart Poettering | |