mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
SystemMenu: Add a separate program to host the system menu
This will allow us to run the system menu as any user. It will also enable further lockdown of the WindowServer process since it should no longer need to pledge proc and exec. :^) Note that this program is not finished yet. Work towards #1231.
This commit is contained in:
parent
a0ad372b08
commit
737e455cbc
3 changed files with 197 additions and 0 deletions
|
@ -129,6 +129,7 @@ cp ../Applications/PaintBrush/PaintBrush mnt/bin/PaintBrush
|
|||
cp ../Applications/QuickShow/QuickShow mnt/bin/QuickShow
|
||||
cp ../Applications/Piano/Piano mnt/bin/Piano
|
||||
cp ../Applications/SystemDialog/SystemDialog mnt/bin/SystemDialog
|
||||
cp ../Applications/SystemMenu/SystemMenu mnt/bin/SystemMenu
|
||||
cp ../Applications/ChanViewer/ChanViewer mnt/bin/ChanViewer
|
||||
cp ../Applications/Calculator/Calculator mnt/bin/Calculator
|
||||
cp ../Applications/SoundPlayer/SoundPlayer mnt/bin/SoundPlayer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue