Commit ef3fb7c9 authored by Stefan Bader's avatar Stefan Bader

Revert "UBUNTU: SAUCE: apparmor: fix cross ns perm of unix domain sockets"

This reverts commit e6a5ccb5.

BugLink: https://bugs.launchpad.net/bugs/1666897Signed-off-by: default avatarStefan Bader <stefan.bader@canonical.com>
parent 1e2f0285
...@@ -515,7 +515,7 @@ static int profile_peer_perm(struct aa_profile *profile, const char *op, u32 req ...@@ -515,7 +515,7 @@ static int profile_peer_perm(struct aa_profile *profile, const char *op, u32 req
addr, len, &aad(sa)->info); addr, len, &aad(sa)->info);
if (!peer_label) if (!peer_label)
peer_label = peer_ctx->label; peer_label = peer_ctx->label;
return fn_for_each_in_ns(peer_label, peerp, return fn_for_each(peer_label, peerp,
match_label(profile, peerp, state, request, match_label(profile, peerp, state, request,
sa)); sa));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment