You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add lsm_get_self_attr to interfaces that read AppArmor current labels
and add lsm_set_self_attr where AppArmor allows writing process
attr/exec.
Include seccomp coverage updates in tests for system-observe,
cups-control, docker-support, and kubernetes-support flavors.
No syscall addition for browser-support: it explicitly denies access to
/proc/.../attr/{,apparmor/}current.
No explicit syscall addition for lxd-support: its seccomp policy is
@unrestricted.
The k8s-support interface has both get and set per advice from John
Johansen.
Jira: https://warthogs.atlassian.net/browse/AA-1000
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
c.Check(spec.SnippetForTag("snap.kubernetes-support.default"), testutil.Contains, "# Allow running as the kubelet service\n")
227
227
c.Check(spec.SnippetForTag("snap.kubernetes-support.default"), testutil.Contains, "# Allow using the 'autobind' feature of bind() (eg, for journald).\n")
c.Check(spec.SnippetForTag("snap.kubernetes-support.kubeproxy"), Not(testutil.Contains), "# Allow running as the kubelet service\n")
235
236
c.Check(spec.SnippetForTag("snap.kubernetes-support.kubeproxy"), testutil.Contains, "# Allow using the 'autobind' feature of bind() (eg, for journald).\n")
c.Check(spec.SnippetForTag("snap.kubernetes-support.kubelet"), testutil.Contains, "# Allow running as the kubelet service\n")
243
245
c.Check(spec.SnippetForTag("snap.kubernetes-support.kubelet"), testutil.Contains, "# Allow using the 'autobind' feature of bind() (eg, for journald).\n")
c.Check(spec.SnippetForTag("snap.kubernetes-support.kube-autobind-unix"), Not(testutil.Contains), "# Allow running as the kubelet service\n")
251
254
c.Check(spec.SnippetForTag("snap.kubernetes-support.kube-autobind-unix"), testutil.Contains, "# Allow using the 'autobind' feature of bind() (eg, for journald).\n")
0 commit comments