mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
Merge pull request #8294 from fsateler/debian-patches
Upstreaming some debian patches
This commit is contained in:
commit
bdad9e44e4
@ -148,6 +148,12 @@ static const MountEntry protect_system_yes_table[] = {
|
||||
{ "/usr", READONLY, false },
|
||||
{ "/boot", READONLY, true },
|
||||
{ "/efi", READONLY, true },
|
||||
#if HAVE_SPLIT_USR
|
||||
{ "/lib", READONLY, true },
|
||||
{ "/lib64", READONLY, true },
|
||||
{ "/bin", READONLY, true },
|
||||
{ "/sbin", READONLY, true },
|
||||
#endif
|
||||
};
|
||||
|
||||
/* ProtectSystem=full includes ProtectSystem=yes */
|
||||
@ -156,6 +162,12 @@ static const MountEntry protect_system_full_table[] = {
|
||||
{ "/boot", READONLY, true },
|
||||
{ "/efi", READONLY, true },
|
||||
{ "/etc", READONLY, false },
|
||||
#if HAVE_SPLIT_USR
|
||||
{ "/lib", READONLY, true },
|
||||
{ "/lib64", READONLY, true },
|
||||
{ "/bin", READONLY, true },
|
||||
{ "/sbin", READONLY, true },
|
||||
#endif
|
||||
};
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,6 @@
|
||||
# see udev.conf(5) for details
|
||||
#
|
||||
# udevd is also started in the initrd. When this file is modified you might
|
||||
# also want to rebuild the initrd, so that it will include the modified configuration.
|
||||
|
||||
#udev_log="info"
|
||||
|
Loading…
x
Reference in New Issue
Block a user