mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
namespace: clarify that /proc/apm is obsolete, but leave it blocked
This commit is contained in:
parent
c6232fb0e9
commit
aa70f38b5c
@ -79,7 +79,7 @@ static const BindMount protect_kernel_tunables_table[] = {
|
||||
{ "/proc/sysrq-trigger", READONLY, true },
|
||||
{ "/proc/latency_stats", READONLY, true },
|
||||
{ "/proc/mtrr", READONLY, true },
|
||||
{ "/proc/apm", READONLY, true },
|
||||
{ "/proc/apm", READONLY, true }, /* Obsolete API, there's no point in permitting access to this, ever */
|
||||
{ "/proc/acpi", READONLY, true },
|
||||
{ "/proc/timer_stats", READONLY, true },
|
||||
{ "/proc/asound", READONLY, true },
|
||||
|
Loading…
Reference in New Issue
Block a user