serenity/MenuApplets/Clock
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 gitignore for clock applet 2019-12-28 00:24:56 +01:00
main.cpp MenuApplets: Use unveil() 2020-01-21 15:52:48 +01:00
Makefile MenuApplets: Add Clock applet, move code from WindowServer to the applet. 2019-12-27 22:47:31 +01:00