-
Related
- _**MVP of AppArmor profile that only deny access to internet #32**_
----
Let's do an [minimum viable product (MVP)](https://en.wikipedia.org/wiki/Minimum_viable_product) of AppArmor p…
-
## Bug Report
**General Information**
- Environment description
kind k8s
- Kernel version
```
Linux *** 6.5.0-27-generic #28~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 15 10:51:06 UTC 2 …
-
When the apparmor template is changed, like was done recently to fix issue #1898 via PR #2004, the upstream version was not chagned, which means the [default apparmor profile name](https://github.com/…
-
## Issue description
When running docker container the [default apparmor profile](http://docs.master.dockerproject.org/engine/security/apparmor/#understand-the-policies) is not used. Would it be…
-
**Rancher Server Setup**
- Rancher version: 2.9.0
- Installation option (Docker install/Helm Chart): helm chart
- If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): RKE2
…
-
**Describe the bug**
Error update current system.
Error with nixops:
```
vm01-web.> failed to create initrd secrets: No such file or directory
vm01-web.> error: Traceback (most recent call last):…
-
Looking through this repository and reading the documentation has left me wondering what the threat model for this project might be.
To cite the concept documented here https://apparmor.pujol.io/conc…
-
Probably because of the changes in AppArmor profiles:
```
$ bin/filecoin-station-linux-x86_64.appimage
[336526:0717/112836.874246:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary…
-
"""
MISP in a docker container is not compatible with shuffle install. So, you have to delete apparmor and its profiles
After that you have to reinstall apparmor and docker. Furthermore after instal…
-
- https://www.apparmor.net/
AppArmor(Application Armor)是Linux内核的一个安全模块,AppAromor允许系统管理员将每个程序与一个安全配置文件关联,从而限制程序的功能。AppArmor是与SELinux类似的一个访问控制系统,通过它可以指定程序可以读、写或运行哪些文件,是否可以打开网络端口等。作为对传统Unix的自主访问控制模块的补充,…