diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2004-11-05 02:59:25 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2004-11-05 02:59:25 +0000 |
commit | 006751259a9c5fd24df9a6c51873acdd837a8133 (patch) | |
tree | e0fa427a76072db3417277b23657c3d9c3f52390 /profiles/selinux | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-006751259a9c5fd24df9a6c51873acdd837a8133.tar.gz gentoo-2-006751259a9c5fd24df9a6c51873acdd837a8133.tar.bz2 gentoo-2-006751259a9c5fd24df9a6c51873acdd837a8133.zip |
mask acl
Diffstat (limited to 'profiles/selinux')
-rw-r--r-- | profiles/selinux/2004.1/amd64/use.mask | 5 | ||||
-rw-r--r-- | profiles/selinux/2004.1/ppc/use.mask | 5 | ||||
-rw-r--r-- | profiles/selinux/2004.1/sparc64/use.mask | 5 | ||||
-rw-r--r-- | profiles/selinux/2004.1/x86/use.mask | 6 |
4 files changed, 18 insertions, 3 deletions
diff --git a/profiles/selinux/2004.1/amd64/use.mask b/profiles/selinux/2004.1/amd64/use.mask index f0ab92e0a75a..6ee81500628b 100644 --- a/profiles/selinux/2004.1/amd64/use.mask +++ b/profiles/selinux/2004.1/amd64/use.mask @@ -1,6 +1,9 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/amd64/use.mask,v 1.2 2004/09/20 03:08:11 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/amd64/use.mask,v 1.3 2004/11/05 02:59:25 pebenito Exp $ + +# disallow posix acl since this is SELinux +acl #unknowns afs diff --git a/profiles/selinux/2004.1/ppc/use.mask b/profiles/selinux/2004.1/ppc/use.mask index 99335424c3fd..8360e450d339 100644 --- a/profiles/selinux/2004.1/ppc/use.mask +++ b/profiles/selinux/2004.1/ppc/use.mask @@ -1,6 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/ppc/use.mask,v 1.3 2004/06/26 23:29:26 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/ppc/use.mask,v 1.4 2004/11/05 02:59:25 pebenito Exp $ + +# disallow posix acl since this is SELinux +acl # this is a list of USE flags # that should not be used on PPC diff --git a/profiles/selinux/2004.1/sparc64/use.mask b/profiles/selinux/2004.1/sparc64/use.mask index 2d837027557b..d9fcf63f163d 100644 --- a/profiles/selinux/2004.1/sparc64/use.mask +++ b/profiles/selinux/2004.1/sparc64/use.mask @@ -1,6 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/sparc64/use.mask,v 1.3 2004/06/26 23:29:26 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/sparc64/use.mask,v 1.4 2004/11/05 02:59:25 pebenito Exp $ + +# disallow posix acl since this is SELinux +acl # This file contains a list of USE # flags that cannot be used on SPARC. diff --git a/profiles/selinux/2004.1/x86/use.mask b/profiles/selinux/2004.1/x86/use.mask new file mode 100644 index 000000000000..07beff7352b7 --- /dev/null +++ b/profiles/selinux/2004.1/x86/use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86/use.mask,v 1.1 2004/11/05 02:59:25 pebenito Exp $ + +# disallow posix acl since this is SELinux +acl |