mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
Kernel: Rename /sys/kernel/variables => /sys/kernel/conf
The name "variables" is a bit awkward and what the directory entries are really about is kernel configuration so let's make it clear with the new name.
This commit is contained in:
parent
3151099b21
commit
751aae77bc
24 changed files with 99 additions and 99 deletions
|
@ -102,7 +102,7 @@ Special restrictions on filesystem also apply:
|
|||
- Write access is forbidden to the `/sys/kernel/power_state` node.
|
||||
- Read accesses is forbidden by default to all nodes in `/sys/kernel` directory, except for:
|
||||
`df`, `interrupts`, `keymap`, `memstat`, `processes`, `stats` and `uptime`.
|
||||
- Write access is forbidden to kernel variables (which are located in `/sys/kernel/variables`).
|
||||
- Write access is forbidden to kernel configuration variables (which are located in `/sys/kernel/conf`).
|
||||
- Open access is forbidden to all device nodes except for `/dev/full`, `/dev/null`, `/dev/zero`, `/dev/random` and various
|
||||
other TTY/PTY devices (not including Kernel virtual consoles).
|
||||
- Executing SUID binaries is forbidden.
|
||||
|
|
|
@ -12,7 +12,7 @@ sysctl - configure kernel parameters at runtime
|
|||
|
||||
sysctl is a utility for managing kernel configuration parameters at runtime.
|
||||
This requires root privileges, and can crash your system.
|
||||
Available parameters are listed under /sys/kernel/variables/.
|
||||
Available parameters are listed under /sys/kernel/conf/.
|
||||
|
||||
## Options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue