~ci-train-bot/unity8/unity8-ubuntu-zesty-2373

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# vim:syntax=apparmor

#include <tunables/global>

# v2 compatible wildly permissive profile
profile unity8-dash /usr/bin/unity8-dash (attach_disconnected) {
  capability,
  network,
  / rwkl,
  /** rwlkm,
  /** pix,

  mount,
  remount,
  umount,
  pivot_root,
  dbus,
  signal,
  ptrace,
  unix,
}