TommyTran732 / Arch-Setup-Script

Setting up Arch Linux with BTRFS, snapshots and full disk encryption including /boot (UEFI only)
Apache License 2.0
45 stars 38 forks source link

Doubt Regarding Apparmor enabled using this script #8

Closed Anish-M-code closed 2 years ago

Anish-M-code commented 2 years ago

@tommytran732 @AryunGupta @ajeyrgowda Total newbie here , I read the install.sh code but i wonder if i have to create apparmor profiles for each and every application i install in arch. Is there any advantage if we enable apparmor but don't use apparmor profiles.

TommyTran732 commented 2 years ago

There are basic profiles that come with just having apparmor, though for it to really be effective you need to make your own profiles.

Anish-M-code commented 2 years ago

Thank you