Securing Applications with Apparmor

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024

Комментарии • 5

  • @kc-nk3lc
    @kc-nk3lc 3 года назад +6

    Good explaination. Thanks

    • @kc-nk3lc
      @kc-nk3lc 3 года назад +1

      can you create a video where you explain firejail and integrating it with Apparmor for sandboxing?

  • @nbensa
    @nbensa 2 года назад +4

    Thanks for the video. One question. Is it possible to deny network access with AppArmor?

    • @michaelcunningham7096
      @michaelcunningham7096 2 года назад +3

      "grep -irHn network /etc/apparmor.d" should give you a few useful examples

  • @clemiboi
    @clemiboi 2 года назад

    It'll really good if you can go in-depth technically for each command and flags used in the profile as well. For example, at @9:29 this is asking for an (r)ead permission to the Downloads folder right? e.g. While you can use "ls" tool, but you still need to read the Downloads folder (i.e. allowing ls to read Downloads folder).