开发者

Is it possible to run AppArmor in AWS?

开发者 https://www.devze.com 2023-04-03 05:34 出处:网络
I am new to AWS . I want to setup a sandbox in AWS linux. So easiest way , I could find was to use pre-built components like AppArmor or SELinux.

I am new to AWS . I want to setup a sandbox in AWS linux. So easiest way , I could find was to use pre-built components like AppArmor or SELinux.

But I couldn't find any articles 开发者_运维问答relating whether AWS supports AppArmor or not ?

Pls help me with this ?

Thanks Jijoy


Yes, AWS supports both AppArmor and SELinux. AppArmor provides mandatory access control implemented using LSM. All of this is done in the kernel, which is something you control on EC2 (you can even specify custom kernels, though that is unnecessary for this exercise).

You shouldn't need anything special to setup AppArmor on EC2 -- though implementing these type of protections is challenging enough on its own!

An easier route for sandboxing would be setting up chroot jails. Chroot jails are much more common than mandatory access controls and may be more than enough security for your use-case. They're also used extensively on EC2.

0

精彩评论

暂无评论...
验证码 换一张
取 消