[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:48027] /etc/init.d/xfree86-commonのrestoreconコマンドとは?



sarge (kernel 2.6.8-2-686)を使用しています。

/etc/init.d/xfree86-commonに以下の部分があるのですが
restoreconコマンドは 何をするためのコマンドなのでしょうか?

ネットを検索すると
/sbin/restorecon — 適切なファイルやセキュリティ条項で
拡張属性をマークすることで、1つ又は複数のファイルの
セキュリティ条項を設定します。
とあったのですが、今一つ わかりません。

どのようなセキュリティー条項 があって
設定したいセキュリティー条項はどこに書いてある
のでしょうか?

----------------------------------------------

do_restorecon () {
  # Restore file security context (SELinux).
  if which restorecon >/dev/null 2>&1; then
    restorecon "$1"
  fi
}