Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592624 - alias wg-stable: requesting more restrictive permissions
Summary: alias wg-stable: requesting more restrictive permissions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-31 18:41 UTC by Kristian Fiskerstrand (RETIRED)
Modified: 2016-08-31 20:17 UTC (History)
0 users

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 Kristian Fiskerstrand (RETIRED) gentoo-dev 2016-08-31 18:41:03 UTC
Thanks for setting up the wg-stable alias in bug 591308. We're now operational and would like more restrictive permissions on the alias to restrict the alias to the members of the WG (that are currently listed in the alias).
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2016-08-31 20:16:32 UTC
done via facls

for user in $(cat wg-stable); do setfacl -m "u:${user}:rw-" wg-stable; done
Comment 2 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2016-08-31 20:17:02 UTC
also

chmod g-w wg-stable