故障诊断 的问题
发表于 : 2007-09-10 11:36
SELinux is preventing /usr/bin/updatedb (locate_t) "read" to / (dosfs_t).
SELinux is preventing /usr/bin/updatedb (locate_t) "read" to / (fusefs_t).
SELinux is preventing /usr/sbin/prelink (prelink_t) "read" on viruskiller (usr_t)
每天都来这么几次 好不爽阿 我有解决不了 高手指点一下
You can alter the file context by executing chcon -t bin_t viruskiller or chcon -t lib_t viruskiller if it is a shared library. If you want to make these changes permanant you must execute the semanage command. semanage fcontext -a -t bin_t viruskiller or semanage fcontext -a -t shlib_t viruskiller.
Sometimes labeling problems can cause SELinux denials. You could try to restore the default system file context for /, restorecon -v /
SELinux is preventing /usr/bin/updatedb (locate_t) "read" to / (fusefs_t).
SELinux is preventing /usr/sbin/prelink (prelink_t) "read" on viruskiller (usr_t)
每天都来这么几次 好不爽阿 我有解决不了 高手指点一下
You can alter the file context by executing chcon -t bin_t viruskiller or chcon -t lib_t viruskiller if it is a shared library. If you want to make these changes permanant you must execute the semanage command. semanage fcontext -a -t bin_t viruskiller or semanage fcontext -a -t shlib_t viruskiller.
Sometimes labeling problems can cause SELinux denials. You could try to restore the default system file context for /, restorecon -v /