Ignore:
Timestamp:
Sep 24, 2009, 11:48:15 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • star only supports ACL when used with exustar mode. Fix #356.
  • Modify getfattr call to have all extended attributes, including non user ones. (patch from Kevin Ritzenthaler Kevin.Ritzenthaler_at_hp.com) and fix #357

(Backport from 2.2.9)

File:
1 edited

Legend:

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

    r2416 r2420  
    511511        mr_free(command);
    512512        retval =
    513             gen_aux_list(filelist, "getfattr --en=hex -P -d \"%s\"",
     513            gen_aux_list(filelist, "getfattr --en=hex -P -m - -d \"%s\"",
    514514                         fattr_fname);
    515515    }
Note: See TracChangeset for help on using the changeset viewer.