Ignore:
Timestamp:
Nov 2, 2023, 8:57:17 AM (11 months ago)
Author:
katerina
Message:

Fix for ticket #468 (file attributes). Also add option to switch off check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_readconf.c

    r577 r580  
    10111011  { N_("hardlinkoffset"),       SH_SECTION_MISC,   SH_SECTION_NONE,
    10121012    sh_files_hle_reg },
     1013#if defined(__linux__) || defined(HAVE_STAT_FLAGS)
     1014  { N_("useattributescheck"),      SH_SECTION_MISC,   SH_SECTION_NONE,
     1015    sh_unix_setcheckattributes },
     1016#endif
    10131017#if defined(USE_XATTR)
    10141018  { N_("useselinuxcheck"),      SH_SECTION_MISC,   SH_SECTION_NONE,
Note: See TracChangeset for help on using the changeset viewer.