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