Displaying 2 results from an estimated 2 matches for "prelink_t".
Did you mean:
prelink
2008 May 22
1
Re: Need help with rsync. [solved]
...em log file /var/log/messages with grep avc. If I
see things like this:
# grep avc /var/log/messages
May 16 04:02:33 inet01 kernel: audit(1210924952.785:22973): avc: denied {
read } for pid=22282 comm="prelink" name="setserial" dev=dm-0 ino=3309644
scontext=user_u:system_r:prelink_t:s0
tcontext=system_u:object_r:rsync_data_t:s0 tclass=file
Then I infer that I have a problem with either the SELinux file contexts or
the system policy file. If the SELinux problem is announced at the desktop
then you may also find it useful to check for this:
# grep setroubleshoot /var/log/mess...
2009 Aug 20
3
Funny stuff in SELinux -- /usr/lib/libGL.so.1.2.#prelink#.4GxqM1
...ve them even on a full
relabel.
"semanage fcontext -a -t textrel_shlib_t
'/usr/lib/libGL.so.1.2.#prelink#.4GxqM1'"
Fix Command:
chcon -t textrel_shlib_t '/usr/lib/libGL.so.1.2.#prelink#.4GxqM1'
Additional Information:
Source Context unconfined_u:system_r:prelink_t:s0
Target Context unconfined_u:object_r:lib_t:s0
Target Objects /usr/lib/libGL.so.1.2.#prelink#.4GxqM1
[ file ]
Source ld-linux.so.2
Source Path /lib/ld-2.9.so
Port <Unknown>
Host...