mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
Kernel+keymap+KeyboardMapper: New pledge for getkeymap
This commit is contained in:
parent
272df54a3e
commit
cbee0c26e1
4 changed files with 11 additions and 5 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
if (pledge("stdio setkeymap rpath", nullptr) < 0) {
|
||||
if (pledge("stdio setkeymap getkeymap rpath", nullptr) < 0) {
|
||||
perror("pledge");
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue