serenity/MenuApplets
Andreas Kling 5dd5d5ca4e MenuApplets: Use unveil()
The Clock and Audio applets really only need ("/res", "r") for LibGUI.

The CPUGraph applet also needs ("/proc/all", "r") for reading the CPU
usage data. Somewhat surprisingly, this also adds ("/etc/passwd", "r")
since CProcessStatisticsReader does username lookups.
2020-01-21 15:52:48 +01:00
..
Audio MenuApplets: Use unveil() 2020-01-21 15:52:48 +01:00
Clock MenuApplets: Use unveil() 2020-01-21 15:52:48 +01:00
CPUGraph MenuApplets: Use unveil() 2020-01-21 15:52:48 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00