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
linux:docker:apparmor [2021/10/12 13:11] – created niziaklinux:docker:apparmor [2023/01/22 20:05] (current) niziak
Line 8: Line 8:
 </code> </code>
  
-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 applied. File doesn't exists in ''/etc/apparmor.d/'' so it cannot be disabled. 
-To woraround this issue, needs to create file: +To workaround 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'')