diff options
author | Daniel Kuehn <lejonet@gentoo.org> | 2015-11-13 10:32:22 +0100 |
---|---|---|
committer | Daniel Kuehn <lejonet@gentoo.org> | 2015-11-13 14:08:57 +0100 |
commit | eaa1495dc679480017802639bcc26575d9d973fa (patch) | |
tree | 23e5fa78522c0c2121853ab88f89391cf9b2d703 /profiles/base | |
parent | 91aeb46594f879c61dcda03227ee2421a520642e (diff) | |
download | gentoo-eaa1495dc679480017802639bcc26575d9d973fa.tar.gz gentoo-eaa1495dc679480017802639bcc26575d9d973fa.tar.xz |
profiles: Globally mask USE-flag sssd
Masking the sssd USE-flag globally and unmasking it in the tested arches
to stop minor arches sfrom blocking major arches AND prevent the dropping
of keywords on sudo for said minor arches, in regards to sssd and sudo bugs
540540 and 525674
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/use.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 9fc7df33ff6..258a744f0c3 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -390,3 +390,10 @@ openrc-force # Mike Gilbert <floppym@gentoo.org> (19 Oct 2014) # sys-libs/libapparmor apparmor + +# Daniel Kuehn <lejonet@gentoo.org> (13 Nov 2015) +# Masking sssd USE-flag globally and unmasking it on the tested arches +# to stop minor arches from blocking major arches AND prevent the dropping +# of keywords on sudo for said minor arches, in regards to ssd and sudo bugs +# 540540 and 525674 +sssd |