blob: 26754f3de6ba58c260fc941480a051cb1ae455aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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="TrackerReadAccess" />
<credential name="Location" />
<for path="/opt/sowatch/bin/sowatchd" />
</request>
</aegis>
|