setools/tests/policyrep/__init__.py

31 lines
985 B
Python
Raw Normal View History

# Copyright 2015-2016, Tresys Technology, LLC
#
# This file is part of SETools.
#
# SETools is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# SETools is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SETools. If not, see <http://www.gnu.org/licenses/>.
#
from . import default
2015-04-24 12:56:56 +00:00
from . import initsid
from . import mls
2015-04-13 14:06:04 +00:00
from . import mlsrule
from . import objclass
2015-04-22 22:01:22 +00:00
from . import polcap
from . import rbacrule
2015-04-11 13:01:26 +00:00
from . import role
from . import selinuxpolicy
from . import symbol
2015-04-12 14:51:58 +00:00
from . import terule
from . import typeattr
2015-04-10 18:53:07 +00:00
from . import user