tjbbmgdc лет назад: 6
Родитель
Сommit
b38c89b22e
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      appArmor/lxc.md

+ 0 - 2
appArmor/lxc.md

@@ -14,7 +14,6 @@ deny /proc/kmsg rw,
 
 result profile:
 ```
-cat >/etc/apparmor.d/lxc/lxc-someName <<EOF
 profile lxc-container-someName flags=(attach_disconnected,mediate_deleted) {
         #include <abstractions/lxc/container-base>
 
@@ -83,7 +82,6 @@ profile lxc-container-someName flags=(attach_disconnected,mediate_deleted) {
                 /etc/modules.conf r,
         }
 }
-EOF
 ```
 
 To enable this profile for a container: