diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-22 11:00:37 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-22 11:19:20 -0400 |
commit | f133d71fc49a6ae2ddd64c73e630227e1e7a9ba5 (patch) | |
tree | f871b62fb10251f72b43534ff38e310a9df32162 /src/fsade.h | |
parent | 4b8669f968aae6dc0267c8d46ef265432c681b46 (diff) | |
download | bfs-f133d71fc49a6ae2ddd64c73e630227e1e7a9ba5.tar.xz |
fsade: Implement ACL detection on Illumos
Diffstat (limited to 'src/fsade.h')
-rw-r--r-- | src/fsade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fsade.h b/src/fsade.h index fc0809e..eefef9f 100644 --- a/src/fsade.h +++ b/src/fsade.h @@ -11,7 +11,7 @@ #include "prelude.h" -#define BFS_CAN_CHECK_ACL BFS_HAS_ACL_GET_FILE +#define BFS_CAN_CHECK_ACL (BFS_HAS_ACL_GET_FILE || BFS_HAS_ACL_TRIVIAL) #define BFS_CAN_CHECK_CAPABILITIES BFS_USE_LIBCAP |