wrong sysrq value in /usr/lib/sysctl.d/50-default.conf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
procps (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Impish |
Won't Fix
|
Undecided
|
Unassigned | ||
Jammy |
Fix Released
|
Undecided
|
Unassigned | ||
systemd (Ubuntu) |
Fix Released
|
High
|
Lukas Märdian | ||
Impish |
Fix Released
|
Undecided
|
Unassigned | ||
Jammy |
Fix Released
|
High
|
Lukas Märdian |
Bug Description
[Impact]
I've just learned that systemd is setting kernel.sysrq to 16 in /usr/lib/
Therefore, users can only sync their storage but not do any other actions using the magic sysrq key.
[Test Plan]
$ sysctl kernel.sysrq
=> This should show "kernel.sysrq = 176" as set by /etc/sysctl.
$ sysctl net.ipv4.
=> This should show "net.ipv4.
[Where problems could occur]
* This patch changes systemd's sysctl configuration in /lib/sysctl.
* If something is broken it could fail to apply any of systemd's sysctl configuration, but Ubuntu's defaults from /etc/sysctl.
[Other Info]
* None
tags: | added: rls-jj-incoming |
tags: | added: fr-2083 |
tags: | removed: rls-jj-incoming |
description: | updated |
Changed in procps (Ubuntu Impish): | |
status: | New → Won't Fix |
tags: | added: update-excuse |
we may want to audit /usr/lib/sysctl.d vs /etc/sysctl.d to verify if there are any other settings that are being shadowed.