Comment 7 for bug 1662552

Revision history for this message
Seth Arnold (seth-arnold) wrote : Re: snaps don't work with NFS home /home/u/user.name

On Fri, Feb 10, 2017 at 08:15:42AM -0000, Robert Redl wrote:
> 2. Including #include <abstractions/nameservice> directly below
> /usr/lib/snapd/snap-confine flags=(attach_disconnected) works. It don't
> seems to be necessary to include #include <abstractions/base>

You may have trouble killing the processes running in this domain from
unconfined domains without going to some effort to replicate what
<abstractions/base> already provides for you. Give it a read and see what
else you may be missing.

Thanks