2009年2月4日水曜日

SELINUX

定形ラベル(xxhoge .html など)以外へのアクセス許可。

ex, hoge.swfに、ブラウザから直接アクセスさせたい。

su -
[root@hogeserver]# chcon -t httpd_sys_content_t /var/www/html/hoge.swf
[root@hogeserver]# restorecon -R /var/www/html

2009年2月1日日曜日