1
Fork 0
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:
Riccardo Arena 2022-02-08 23:22:52 +01:00 committed by Linus Groh
parent 5c63537ae9
commit a9b387a1bf
2 changed files with 9 additions and 7 deletions

View file

@ -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)