blob: ba7214814f29231bea27b899a1e5445324ec6026 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 2004-2006 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/use.mask,v 1.9 2008/01/13 21:26:20 pebenito Exp $
# This file masks out USE flags that are simply NOT allowed in the default
# profile for any architecture. This works, for example, if a non-default
# profile (such as the selinux profiles) have a USE flag associated with
# them.
-hardened
-selinux
# amd64 only:
emul-linux-x86
# Only used by mips and old amd64 profiles
multilib
# ppc and x86/amd64
x264
# lvm2 clustered use flags
clvm
gulm
cman
# tcc is x86-only
tcc
|