Changeset 2417 in MondoRescue for branches/2.2.8.selinux


Ignore:
Timestamp:
Sep 23, 2009, 4:21:33 PM (15 years ago)
Author:
Bruno Cornec
Message:

Create a version 2.2.8.selinux in order to support selinux extended attributes which are not reported by getfattr by default :-(
Will be handled better in 2.2.9 and later. THis is a simple hack for a precise usage

Location:
branches/2.2.8.selinux
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2.2.8.selinux/mondo/src/common/libmondo-filelist.c

    r2133 r2417  
    539539//      sort_file(filelist); // FIXME - filelist chopper sorts, so this isn't necessary
    540540        retval =
    541             gen_aux_list(filelist, "getfattr --en=hex -P -d \"%s\"",
     541            gen_aux_list(filelist, "getfattr --en=hex -P -d -n security.selinux \"%s\"",
    542542                         fattr_fname);
    543543    }
Note: See TracChangeset for help on using the changeset viewer.