summarylogtreecommitdiffstats
path: root/usr.bin.ente-server
blob: 128689df01677578135ac0ea1e8884daae5c0336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
abi <abi/3.0>,

include <tunables/global>

/usr/bin/ente-server flags=(complain) {
  include <abstractions/base>

  network inet stream,
  network inet6 stream,

  /etc/host.conf r,
  /etc/nsswitch.conf r,
  /proc/sys/net/core/somaxconn r,
  /run/systemd/resolve/stub-resolv.conf r,
  /usr/bin/ente-server mr,
  /usr/bin/uname mrix,
  owner /etc/ente-server/local.yaml r,

}