blob: a6172c18d8a1d670fce0405b63be451b72de11fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/make.defaults,v 1.2 2014/05/03 16:26:59 swift Exp $
#
USE="-acl selinux unconfined open_perms"
FEATURES="selinux sesandbox sfperms"
POLICY_TYPES="strict targeted"
PORTAGE_T="portage_t"
PORTAGE_FETCH_T="portage_fetch_t"
PORTAGE_SANDBOX_T="portage_sandbox_t"
|