ubuntu22.04

#countents

初期設定

sudo usermod -G sudo [sudo使えなかったユーザのユーザ名]   #sudoを使えるようにする

SELINUXとは?

SELinux は Security Enhanced Linux の略で、
Linux システム用に構築されたセキュリティ制御の追加レイヤーです
sudo apt install policycoreutils selinux-utils selinux-basics
sudo selinux-activate
sudo selinux-config-enforcing
reboot
sestatus

https://wiki.weihuasoftware.com/img/ubuntu-22-04_1727854088722.png

SELinux を無効にするには、/etc/selinux/config
FROM:
SELINUX=enforcing
TO:
SELINUX=disabled

トップ   一覧 検索 最終更新   ヘルプ   最終更新のRSS