Changeset 2417 in MondoRescue
- Timestamp:
- Sep 23, 2009, 4:21:33 PM (15 years ago)
- 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 539 539 // sort_file(filelist); // FIXME - filelist chopper sorts, so this isn't necessary 540 540 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\"", 542 542 fattr_fname); 543 543 }
Note:
See TracChangeset
for help on using the changeset viewer.