blob: d13ea7fce00f2b91bb1af0e26e01bc61bd54b67e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<manifest>
<define>
<domain name="osp-installer"/>
</define>
<request>
<domain name="osp-installer"/>
</request>
<assign>
<filesystem path="/usr/bin/osp-installer" label="osp-installer" exec_label="osp-installer"/>
<filesystem path="/usr/lib/libosp-installer-plugin.so" label="_"/>
<filesystem path="/usr/share/license/osp-installer" label="_"/>
</assign>
</manifest>
|