blob: 5507e46de0c84f1d26d0ca92126e55b9a9cac67d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<aegis>
<request>
<!-- The daemon is supposed to be run as user. -->
<credential name="UID::user" />
<credential name="GID::users" />
<!-- Request a few additional tokens for watchlets to use. -->
<credential name="GRP::calendar" />
<credential name="GRP::metadata-users" />
<credential name="TrackerReadAccess" />
<credential name="Location" />
<for path="/opt/sowatch/bin/sowatchd" />
</request>
</aegis>
|