Opened 15 years ago
Last modified 11 years ago
#386 assigned enhancement
Automagically toggle the -z flag when SELinux is on
Reported by: | Bruno Cornec | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | mondo | Version: | 2.2.9.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
mondoarchive could indeed Automagically toggle the -z flag when SELinux is on.
Note:
See TracTickets
for help on using tickets.
Using listxattr in mondo/src/common/libmondo-cli.c, line 592 could allow to detect whether extended attributes are used or not, and force the flag of 'z' to be set to true.
Would require new deps for mondo build on libattr-devel and libattr for execution.