mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:27:36 +00:00
pidof: Port to LibMain
Use pledge/unveil to allow access only to required paths and syscalls.
This commit is contained in:
parent
a78058bc79
commit
5c63537ae9
2 changed files with 12 additions and 4 deletions
|
@ -147,6 +147,7 @@ target_link_libraries(pape LibGUI LibMain)
|
|||
target_link_libraries(passwd LibCrypt LibMain)
|
||||
target_link_libraries(paste LibGUI)
|
||||
target_link_libraries(pgrep LibRegex)
|
||||
target_link_libraries(pidof LibMain)
|
||||
target_link_libraries(ping LibMain)
|
||||
target_link_libraries(pls LibCrypt LibMain)
|
||||
target_link_libraries(pmap LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue