Changes between Initial Version and Version 1 of Ticket #388


Ignore:
Timestamp:
Jan 21, 2010, 2:39:17 PM (14 years ago)
Author:
Bruno Cornec
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #388

    • Property Status newassigned
  • Ticket #388 – Description

    initial v1  
    55At the moment, I do not know if the issue is RHEL5.4 specific or not.
    66I do not see additional info from mondo log files since it seems the sym-links xattr are just skipped.
    7 ======
     7
     8{{{
    89-------------------------
    910On a non-restored system:
     
    1415# ll -Z /lib/libc-2.5.so
    1516-rwxr-xr-x  root root system_u:object_r:lib_t          /lib/libc-2.5.so
    16 
     17}}}
    1718The LIB file and its sym-links are OK (same xattr)
    1819
    19 
     20{{{
    2021---------------------------
    2122On a mondo-restored system:
     
    2627# ll -Z /lib/libc-2.5.so
    2728-rwxr-xr-x  root root system_u:object_r:lib_t          /lib/libc-2.5.so
    28 
     29}}}
    2930The LIB file is OK but its sym-links are not (lost xattr fro sym-links)
    3031
    3132
    3233Because of that my RHEL5.4 system does not boot properly anylonger after mondo-restore if SELIUNX=enforced due to the following AVC access errors at boot on the following sym-links:
    33 
     34{{{
    3435Jul 13 07:38:13 myhost kernel: type=1400 audit(1247463460.671:3): avc:  denied  { read } for  pid=546 comm="restorecon" name="libc.so.6" dev=cciss/c0d0p3 ino=77288 scontext=system_u:system_r:restorecon_t:s0 tcontext=system_u:object_r:file_t:s0 tclass=lnk_file
    3536
     
    5758
    5859Jul 13 07:38:13 myhost kernel: type=1400 audit(1247463479.481:11): avc:  denied  { read } for  pid=2590 comm="auditd" name="libwrap.so.0" dev=cciss/c0d0p3 ino=78956 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:file_t:s0 tclass=lnk_file
     60}}}