From 10af5d7a20d5fc02d4a8935e1206b3710bdab349 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 11 Mar 2019 17:56:22 +0100 Subject: [PATCH] Additional note about how to configure apparmor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a552f23..9c1bc1c 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ lxc.net.0.flags = up lxc.net.0.hwaddr = 00:16:3e:xx:xx:xx ``` -On **Debian Buster**, for backup stuff to work correctly with apparmor, I also had to add `mount options=(ro, remount, bind, rbind),` to `/etc/apparmor.d/lxc/lxc-default-cgns` and restart the apparmor service. +On **Debian Buster**, for backup stuff to work correctly with apparmor, I also had to add `mount options=(ro, remount, bind, rbind),` and ` mount options=(ro, remount, bind, relatime),` to `/etc/apparmor.d/lxc/lxc-default-cgns` and restart the apparmor service. Then, go into your favorite development folder and deploy ynh-dev with :