Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506198 - enable xattr support on release media
Summary: enable xattr support on release media
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: LiveCD/DVD/USB (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Release Team
URL: https://archives.gentoo.org/gentoo-de...
Whiteboard:
Keywords:
Depends on:
Blocks: 556408
  Show dependency tree
 
Reported: 2014-03-29 21:37 UTC by Alexander Tsoy
Modified: 2015-10-16 04:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Tsoy 2014-03-29 21:37:41 UTC
Would be nice to have release media with full xattrs support. It's very useful if you want to install preconfigured hardened system with xattr pax markings. At least utilities like rsync and tar should be compiled with USE=xattr.

livecd ~ # rsync -X
rsync: extended attributes are not supported on this client
rsync error: syntax or usage error (code 1) at main.c(1435) [client=3.0.9]
Comment 1 Rick Farina (Zero_Chaos) gentoo-dev 2014-04-07 13:35:01 UTC
I believe this should already be set in the hardened release.  Normal profile doesn't enable xattrs but admincd is built with hardened profile and should be fine.

Is this not enough?  Should xattrs be enabled for all profiles?
Comment 2 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2014-12-27 17:11:56 UTC
This issue is related to bug 531788 (caps) and with having a custom portage config to switch USE flags.

@release:
should we enable xattrs in all stages?
Comment 3 Anthony Basile gentoo-dev 2014-12-28 12:43:44 UTC
(In reply to Jorge Manuel B. S. Vicetto from comment #2)
> This issue is related to bug 531788 (caps) and with having a custom portage
> config to switch USE flags.
> 
> @release:
> should we enable xattrs in all stages?

We are increasingly using xattrs and now have end-to-end xattr support in portage.  We should start moving in a direction where xattrs is enabled for all stages.
Comment 4 SpanKY gentoo-dev 2015-10-16 04:11:36 UTC
i've enabled this by default now:
http://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824d0647e08da946ec357e436038d795ac589fd4

was able to build stage1/2/3 and the attr/pyxattr packages were pulled in.  this should start making its way out to release media.