-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apparmor_parser fail on ububut 18.04 #50
Comments
Hello and my apologies for my terrible response time. This problem was mentioned in #23, and someone there reported that installing If it works for you, I'll update the docs accordingly. Thanks! |
For my part I had this exact same error and |
Thanks, I will give it a try
…On Tue, Aug 18, 2020 at 6:40 PM tcaselli ***@***.***> wrote:
For my part I had this exact same error and apt-get install lxc fixed the
problem. Thanks !
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBSOCXU73VN7XSKITCO6YLSBL7MVANCNFSM4N775SGQ>
.
--
*Regards !*
*Lisa*
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I was trying to create a nfs server container follow you instruction, got failed here.
$ sudo apparmor_parser -r -W /home/lshi/extra/docker/nfs-server-alpine/erichough-nfs
AppArmor parser error for /home/lshi/extra/docker/nfs-server-alpine/erichough-nfs in /home/lshi/extra/docker/nfs-server-alpine/erichough-nfs at line 3: Could not open 'abstractions/lxc/container-base'
----------------file erichough-nfs-------------------
#include <tunables/global>
profile erichough-nfs flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/lxc/container-base>
mount fstype=nfs*,
mount fstype=rpc_pipefs,
}
The text was updated successfully, but these errors were encountered: