meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
linux:docker:apparmor [2021/10/12 13:11] – created niziaklinux:docker:apparmor [2021/12/22 17:50] niziak
Line 10: Line 10:
 Reason: default ''docker-default'' app armor profile is appliet. File doesn't exists in ''/etc/apparmor.d/'' so it cannot be disabled. Reason: default ''docker-default'' app armor profile is appliet. File doesn't exists in ''/etc/apparmor.d/'' so it cannot be disabled.
 To woraround this issue, needs to create file: To woraround this issue, needs to create file:
-<file /etc/apparmor.d/docker-default>+<file cfg /etc/apparmor.d/docker-default>
 #include <tunables/global> #include <tunables/global>
  
Line 44: Line 44:
       deny /sys/kernel/security/** rwklx,       deny /sys/kernel/security/** rwklx,
     }     }
-</code>+</file>
  
 and then switch profile to complain mode or disable it (''aa-disable docker-default'') and then switch profile to complain mode or disable it (''aa-disable docker-default'')