SELinux Part1

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

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

  • @natarajsathish-mp4nw
    @natarajsathish-mp4nw 4 месяца назад +3

    Brilliant and crisp explanation ,this one stands out from other Selinux tutorials. Thank you.

  • @JDSalinger8258
    @JDSalinger8258 Год назад +4

    Exceptionally well done. Sets a high bar for other Linux videos

  • @ywahab25
    @ywahab25 Месяц назад

    Very well clear explanation

  • @myinamei8884
    @myinamei8884 2 месяца назад

    Thank, man! Crystal clear explanation!

  • @Supermario-kx9fj
    @Supermario-kx9fj Год назад +2

    Perfect and clear

  • @HaukeLaging
    @HaukeLaging 8 месяцев назад +1

    The first example (preventing httpd from accessing passwd) is not great because that problem does not require an LSM (except for the initial httpd process which is running as UID 0). You could fix that with a new group and adding all the (dis)allowed users to it; either with the main group or an ACL group.

    • @uadmin
      @uadmin  8 месяцев назад

      Thanks for your comment! 👍

    • @jirehla-ab1671
      @jirehla-ab1671 7 месяцев назад

      ​@@uadminif i run multiple database instances in same machine, Would that be considered multi tenant system? And how would selinux handle it?

    • @uadmin
      @uadmin  7 месяцев назад

      @@jirehla-ab1671 I a not sure, but maybe you should look at fcontexts. semanage fcontext -a -t dirsrv_var_lib_t /srv/dirsrv/instance_name/db/
      restorecon -Rv /srv/dirsrv/instance_name/db/