blob: 02c6321a57a5445e63ea864d805047c13da51d7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<manifest>
<define>
<domain name="e17" policy="restricted" plist="e17-misc,e17-misc-redwood,e17-misc-baltic,e17-data,e17-extra-modules,e17-extra-config-modules" />
<provide>
<label name="e17::config"/>
</provide>
<request>
<smack request="dbus" type="rwx"/>
<smack request="pulseaudio" type="rwxat"/>
<smack request="e17::config" type="rwxat"/>
</request>
<permit>
<smack permit="dbus" type="rwx"/>
</permit>
</define>
<request>
<domain name="e17" />
</request>
<assign>
<filesystem path="/usr/bin/enlightenment_remote" label="_" exec_label="none" />
</assign>
</manifest>
|