ladybird/MenuApplets/Audio
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
..
.gitignore MenuApplets: Remove accidentally committed executable 2019-12-16 17:44:02 +01:00
main.cpp MenuApplets: Use unveil() 2020-01-21 15:52:48 +01:00
Makefile Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00