ladybird/MenuApplets/CPUGraph
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: Add CPUGraph, our first menu applet :^) 2019-12-05 19:38:08 +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