summaryrefslogtreecommitdiffstats
path: root/rules/host-fakeroot.in
blob: aed5f3953d6a6518492f58020aaf6db87a54defb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=hosttools_noprompt_ptx

config HOST_FAKEROOT
	tristate
	default y
	select HOST_ACL
	select HOST_LIBCAP
	help
	  fakeroot lets you create archives with "real" owners and
	  permissions, without being root.

	  If you want to create rootfs images with 'make image' you
	  need this.