mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:27:36 +00:00
pgrep: Port to LibMain
Use unveil to allow access only to required paths. Switch to new pledge format.
This commit is contained in:
parent
5c63537ae9
commit
a9b387a1bf
2 changed files with 9 additions and 7 deletions
|
@ -146,7 +146,7 @@ target_link_libraries(open LibDesktop LibMain)
|
|||
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(pgrep LibRegex LibMain)
|
||||
target_link_libraries(pidof LibMain)
|
||||
target_link_libraries(ping LibMain)
|
||||
target_link_libraries(pls LibCrypt LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue