summaryrefslogtreecommitdiffstats
path: root/rules/host-attr.in
blob: 6160bff7156b555d25c25a7ee7d13e3e6a568d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=hosttools_noprompt

config HOST_ATTR
	tristate
	default y if ALLYES
	help
	  Utilities for manipulating filesystem extended attributes

	  A set of tools for manipulating extended attributes on
	  filesystem objects, in particular getfattr(1) and
	  setfattr(1). An attr(1) command is also provided which is
	  largely compatible with the SGI IRIX tool of the same name.