apparmor Questions
6
I install docker-ce 19.03.3, on ubuntu 19.04 following the installation procedure described on the official website. The installation worked well. But when I wanted to test by creating a container,...
15
Solved
I have been using snap for some time but after a recent upgrade, I get this error when I try opening any application
Snap-confine has elevated permissions and is not confined but should be.
Refusin...
Smokeproof asked 21/11, 2021 at 10:19
1
I am working with logstash and it is unable to read some log files.
To be able to read, I think I have to add a profile in apparmor but am pretty lost at this point.
The app is run as:
java -jar ...
9
Solved
Tough task:
Everytime I try to stop or kill a running container, I get permission denied as an error response from Daemon.
I just started learning how to use docker by using a Ubuntu18.04 VM. I w...
Salenasalene asked 20/1, 2019 at 18:20
2
Solved
I am trying to apply the following simple AppArmor profile:
#include <tunables/global>
profile docker-profile flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base&...
Bedstead asked 30/1, 2019 at 7:52
2
The following issue takes place in Debian Jessie (under Vagrant):
The docker documentation claims that an apparmor profile is automatically placed in /etc/apparmor.d/docker, yet when I list the co...
1
Is it possible to disable AppArmor for a particular Docker container? I want to make ptrace accessible so I can attach gdb to a running process but run into the following issue when I want to chang...
2
Solved
I just check /etc/apparmor.d/usr.sbin.mysqld
I saw,
/var/lib/mysql/** rwk, // what is rwk stand for ? Is it read, write?? then what does k stands for?
/var/log/mysql/ r,
What does rwk st...
Grime asked 23/4, 2014 at 12:59
1
Solved
The AppArmor documentation mentions giving applications the ability to execute other programs with or without enviroment scrubbing. Apparently a scrubbed environment is more secure, but the documen...
1
© 2022 - 2024 — McMap. All rights reserved.