July 29, 20223 yr i try to install ThousandEyes on my docker but when doing ./configure, i get error "Applying apparmor config./configure_docker.sh: line 171: apparmor_parser: command not found". so i notice unraid does not have apparmor installed, so it cannot finish the configure. so how show i install the apparmor on my unraid? i am using Unraid 6.10.3. i remember it should work with old version, such as 6.9.x Thanks. btw, if you want to try, here is the command to configure seccomp & apparmor profiles for docker: curl -Os https://downloads.thousandeyes.com/bbot/configure_docker.sh chmod +x configure_docker.sh sudo ./configure_docker.sh from the script, it need to run follow two command but failed due to no apparmor installed. cp -f "/var/docker/configs/te-apparmor.cfg" "/etc/apparmor.d/te-apparmor.cfg" apparmor_parser -r -W /etc/apparmor.d/te-apparmor.cfg
December 4, 20241 yr I know this is quite old but I would love to have app armor properly running and shipping on a future release of unraid. Based on this thread getting no discussion in 2 years though I'm guessing most unraid users just don't care though.
December 5, 20241 yr 10 hours ago, paperblankets said: I know this is quite old but I would love to have app armor properly running and shipping on a future release of unraid. Based on this thread getting no discussion in 2 years though I'm guessing most unraid users just don't care though. I don't even think you need AppArmor for this container to run since it's a security layer which is simply not there on Unraid and it should interface fine with Docker I assume. Sorry I even don't know ThousandEyes but I think you could ask their support how to install the container when no AppArmour or SELinux is installed since in general it should work fine.
December 5, 20241 yr 8 hours ago, ich777 said: I don't even think you need AppArmor for this container to run since it's a security layer which is simply not there on Unraid and it should interface fine with Docker I assume. Sorry I even don't know ThousandEyes but I think you could ask their support how to install the container when no AppArmour or SELinux is installed since in general it should work fine. hi @ich777! I am not using this container, this thread just came up in my yearly search to see if anyone has apparmor working on Unraid. Unraid is the only environment I use that does not have SELinux enabled.
December 6, 20241 yr 18 hours ago, paperblankets said: Unraid is the only environment I use that does not have SELinux enabled. Unraid is designed as an Application Server rather than a General Purpose Server. This basically means that applications should be run in isolated environments such as Containers (Docker or LXC) or VMs and not on natively on the Host. By utilizing Containers and VMs you can efficiently and securely run applications on Unraid.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.