mirror of
https://github.com/systemd/systemd.git
synced 2025-02-23 13:57:33 +03:00
mount-setup: also consider /dev/mqueue an API mount
This commit is contained in:
parent
701cc384c2
commit
020379a7f7
@ -50,6 +50,7 @@ static const MountPoint mount_table[] = {
|
||||
{ "cgroup", "/cgroup/debug", "cgroup", "debug", MS_NOSUID|MS_NOEXEC|MS_NODEV, true },
|
||||
{ "debugfs", "/sys/kernel/debug", "debugfs", NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV, false },
|
||||
{ "binfmt_misc", "/proc/sys/fs/binfmt_misc", "binfmt_misc", NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV, false },
|
||||
{ "mqueue", "/dev/mqueue", "mqueue", NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV, false },
|
||||
};
|
||||
|
||||
bool mount_point_is_api(const char *path) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user