mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
Kernel: Add "setkeymap" pledge promise
This commit is contained in:
parent
033da11364
commit
0609eefd57
3 changed files with 24 additions and 21 deletions
|
@ -49,6 +49,7 @@ If the process later attempts to use any system functionality it has previously
|
|||
* `chroot`: The [`chroot(2)`](chroot.md) syscall (\*)
|
||||
* `video`: May use [`ioctl(2)`](ioctl.md) and [`mmap(2)`](mmap.md) on framebuffer video devices
|
||||
* `settime`: Changing the system time and date
|
||||
* `setkeymap`: Changing the system keyboard layout
|
||||
* `sigaction`: Change signal handlers and dispositions (\*)
|
||||
|
||||
Promises marked with an asterisk (\*) are SerenityOS specific extensions not supported by the original OpenBSD `pledge()`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue