Last change
on this file was
1163be4,
checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago
|
Migrated from Zarafa 7.2.4 to Kopano 8.6.6, including webapp
|
-
Property mode set to
100644
|
File size:
660 bytes
|
Rev | Line | |
---|
[1163be4] | 1 | #include <tunables/global> |
---|
| 2 | |
---|
| 3 | /usr/sbin/kopano-dagent { |
---|
| 4 | #include <abstractions/base> |
---|
| 5 | #include <abstractions/nameservice> |
---|
| 6 | #include <abstractions/user-tmp> |
---|
| 7 | #include <abstractions/python> |
---|
| 8 | |
---|
| 9 | capability chown, |
---|
| 10 | capability dac_override, |
---|
| 11 | capability dac_read_search, |
---|
| 12 | capability setgid, |
---|
| 13 | capability setuid, |
---|
| 14 | |
---|
| 15 | @{PROC}/@{pid}/task/@{tid}/comm rw, |
---|
| 16 | @{PROC}/@{pid}/cmdline r, |
---|
| 17 | |
---|
| 18 | /etc/gai.conf r, |
---|
| 19 | /etc/gss/mech.d/ r, |
---|
| 20 | /etc/gss/mech.d/*.conf r, |
---|
| 21 | /etc/kopano/dagent.cfg r, |
---|
| 22 | |
---|
| 23 | /usr/share/kopano-dagent/python/*.py{,c} r, |
---|
| 24 | |
---|
| 25 | /var/lib/kopano/dagent/plugins/ r, |
---|
| 26 | |
---|
| 27 | /etc/mapi/ r, |
---|
| 28 | /etc/mapi/* r, |
---|
| 29 | |
---|
| 30 | /run/kopano/dagent.pid rw, |
---|
| 31 | /var/log/kopano/dagent.log rw, |
---|
| 32 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.