Skip to main content
Topic: Apparmor and configuration (Read 1299 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Apparmor and configuration

Apparmor and configuration

I have to the following questions:

1. Does the artix-kernel have all modules for apparmor?
2. Should the kernel (hardened) be instaled?
3. Apparmor is  together with firejail instaled.(Double package), How should the configuration be made?
4. What is with profiles? How are the profiles generated?

I thank for your help

 

Re: Apparmor and configuration

Reply #1
From /proc/config.gz:
Code: [Select]
CONFIG_SECURITY_APPARMOR=y
CONFIG_SECURITY_APPARMOR_HASH=y
CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
# CONFIG_SECURITY_APPARMOR_DEBUG is not set

# CONFIG_DEFAULT_SECURITY_APPARMOR is not set

"If AppArmor is not the default security module it can be enabled by passing security=apparmor on the kernel’s command line."
Kernel docs
It looks promising from the kernel config aspect, although you might need that command line addition, possibly adding it with /etc/default/grub.