blob: cf1875defde5dc1a1cdeb429e67103d5fea5ea5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2011 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/make.defaults,v 1.7 2011/06/13 12:13:57 blueness Exp $
#
USE="-acl selinux"
FEATURES="selinux sesandbox sfperms"
POLICY_TYPES="strict targeted"
PORTAGE_T="portage_t"
PORTAGE_FETCH_T="portage_fetch_t"
PORTAGE_SANDBOX_T="portage_sandbox_t"
|