I am getting these errors when I reboot FC2. I don't know what they mean. I have more, but this is the jist of the errors.
I can log in as a user, but I have root privileges.
audit(1087859536.934:0): avc: denied { getattr } for pid=1 exe=/sbin/init path=/dev/initctl dev=hda2 ino=73143 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:file_t tclass=fifo_file audit(1087859536.934:0): avc: denied { read write } for pid=1 exe=/sbin/init name=initctl dev=hda2 ino=73143 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:file_t tclass=fifo_file audit(1087859538.846:0): avc: denied { getattr } for pid=278 exe=/sbin/initlog path=/dev/log dev=hda2 ino=65553 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:file_t tclass=sock_file audit(1087859538.846:0): avc: denied { write } for pid=278 exe=/sbin/initlog name=log dev=hda2 ino=65553 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:file_t tclass=sock_file audit(1087859538.925:0): avc: denied { syslog_console } for pid=446 exe=/bin/dmesg scontext=system_u:system_r:kernel_t tcontext=system_u:system_r:kernel_t tclass=system audit(1087859539.090:0): avc: denied { search } for pid=450 exe=/sbin/sysctl name=net dev= ino=-268435354 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_net_t tclass=dir audit(1087859539.090:0): avc: denied { write } for pid=450 exe=/sbin/sysctl name=ip_forward dev= ino=-268435331 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_net_t tclass=file audit(1087859539.090:0): avc: denied { getattr } for pid=450 exe=/sbin/sysctl path=/proc/sys/net/ipv4/ip_forward dev= ino=-268435331 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_net_t tclass=file audit(1087859539.092:0): avc: denied { search } for pid=450 exe=/sbin/sysctl name=unix dev= ino=-268435042 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_net_unix_t tclass=dir audit(1087859539.093:0): avc: denied { write } for pid=450 exe=/sbin/sysctl name=max_dgram_qlen dev= ino=-268435041 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_net_unix_t tclass=file audit(1087859539.093:0): avc: denied { getattr } for pid=450 exe=/sbin/sysctl path=/proc/sys/net/unix/max_dgram_qlen dev= ino=-268435041 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_net_unix_t tclass=file audit(1087859539.093:0): avc: denied { search } for pid=450 exe=/sbin/sysctl name=vm dev= ino=-268435370 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_vm_t tclass=dir audit(1087859539.093:0): avc: denied { write } for pid=450 exe=/sbin/sysctl name=overcommit_memory dev= ino=-268435369 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_vm_t tclass=file audit(1087859539.093:0): avc: denied { getattr } for pid=450 exe=/sbin/sysctl path=/proc/sys/vm/overcommit_memory dev= ino=-268435369 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_vm_t tclass=file audit(1087859539.093:0): avc: denied { search } for pid=450 exe=/sbin/sysctl name=dev dev= ino=-268435240 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_dev_t tclass=dir audit(1087859539.094:0): avc: denied { write } for pid=450 exe=/sbin/sysctl name=speed_limit_min dev= ino=-268435120 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_dev_t tclass=file audit(1087859539.094:0): avc: denied { getattr } for pid=450 exe=/sbin/sysctl path=/proc/sys/dev/raid/speed_limit_min dev= ino=-268435120 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:sysctl_dev_t tclass=file
__________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail
On Tue, 2004-06-22 at 08:54, edwarner99@yahoo.com wrote:
I am getting these errors when I reboot FC2. I don't know what they mean. I have more, but this is the jist of the errors.
I can log in as a user, but I have root privileges.
audit(1087859536.934:0): avc: denied { getattr } for pid=1 exe=/sbin/init path=/dev/initctl dev=hda2 ino=73143 scontext=system_u:system_r:kernel_t tcontext=system_u:object_r:file_t tclass=fifo_file
<snip>
The audit message indicates that you are running with SELinux enabled, but have not labeled your filesystem. I'm not sure what you mean by your statement about root privileges. Do you want SELinux to be enabled? If so, then run fixfiles relabel to label your filesystems. If not, then edit /etc/sysconfig/selinux accordingly to disable it.
selinux@lists.fedoraproject.org