Friday, February 15, 2008

SELinux VS Service 筆記

SELinux 已經列入 RHCE 考試 如果想要考試的就不能逃避
只是 SELinux 大部分的人沒碰過還是不很了解 要理解也是要花一段時間
所謂「知難行易」 既然了解並不容易 那就從邊作邊學開始吧

以下是我按照英文字母順序 整理出目前我已經知道的 SELinux

Vsftpd
#setsebool ftpd_disable_trans
#service vsftpd restart

Squid
#chcon -u system_u -t squid_cache_t /path/to/cached_ir
#service squid restart

WWW
#chcon -R -h -t httpd_sys_content_t /path/to/html_dir
#service httpd restart

載入 Library (通常是手動安裝的軟體才需要)
chcon -t texrel_shlib_t libxxx.so

No comments:

Post a Comment