summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPavel Polacek <xpolish@gmail.com>2020-10-31 00:14:00 +0100
committerAndreas Gruenbacher <agruenba@redhat.com>2020-11-14 20:45:37 +0100
commita966a2b55bb13e22d9b1e6da8182655948d209ae (patch)
tree932893cdf22457d3c6f69f7dfafe78e3feedefcb /include
parent33564fd260d5b1c01dff3d2a26cba09c714eb4f7 (diff)
downloadacl-a966a2b55bb13e22d9b1e6da8182655948d209ae.tar.gz
getfacl: Add --one-file-system optionnext
Add a --one-filesystem option to getfacl. With this option, getfacl will not cross mount points, similar to "tar --one-file-system". (Patch modified by Andreas Gruenbacher.)
Diffstat (limited to 'include')
-rw-r--r--include/walk_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/walk_tree.h b/include/walk_tree.h
index 9f1ec34..b19ec23 100644
--- a/include/walk_tree.h
+++ b/include/walk_tree.h
@@ -25,6 +25,7 @@
#define WALK_TREE_LOGICAL 0x04
#define WALK_TREE_DEREFERENCE 0x08
#define WALK_TREE_DEREFERENCE_TOPLEVEL 0x10
+#define WALK_TREE_ONE_FILESYSTEM 0x20
#define WALK_TREE_TOPLEVEL 0x100
#define WALK_TREE_SYMLINK 0x200