Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
fstab, mount, minilog ...: msg#00150
|
Subject: |
fstab, mount, minilog ... |
Newest Rawhide: some funny things at boot up:
Aug 24 08:43:24 fedora kernel: audit(1093336939.824:0): avc: denied {
use } for pid=546 exe=/sbin/minilogd path=/init dev=rootfs ino=14
scontext=system_u:system_r:syslogd_t tcontext=system_u:system_r:kernel_t
tclass=fd
Aug 24 08:43:24 fedora kernel: audit(1093336939.943:0): avc: denied {
read } for pid=551 exe=/bin/mount name=fstab dev=hda2 ino=4654138
scontext=system_u:system_r:mount_t tcontext=system_u:object_r:tmp_t
tclass=file
Aug 24 08:43:24 fedora kernel: audit(1093336939.943:0): avc: denied {
getattr
} for pid=551 exe=/bin/mount path=/etc/fstab dev=hda2 ino=4654138
scontext=system_u:system_r:mount_t tcontext=system_u:object_r:tmp_t
tclass=file
The minilog avc is 'old', but the ones from mount are new. In addition,
looks
like /etc/fstab is created with the wrong label. Here's the output from
'setfiles'
after boot:
setfiles: relabeling /etc/fstab from system_u:object_r:tmp_t to
system_u:object_r:etc_t
For minilog, is this a case of a file descriptor leaking across the exec?
tom
|
| |