OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setools
(Results
76 - 89
of
89
) sorted by null
1
2
3
4
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
infoflow.py
3
# This file is part of
SETools
.
5
#
SETools
is free software: you can redistribute it and/or modify
10
#
SETools
is distributed in the hope that it will be useful,
16
# License along with
SETools
. If not, see
dta.py
3
# This file is part of
SETools
.
5
#
SETools
is free software: you can redistribute it and/or modify
10
#
SETools
is distributed in the hope that it will be useful,
16
# License along with
SETools
. If not, see
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py
3
# This file is part of
SETools
.
5
#
SETools
is free software: you can redistribute it and/or modify
10
#
SETools
is distributed in the hope that it will be useful,
16
# License along with
SETools
. If not, see
mls.py
3
# This file is part of
SETools
.
5
#
SETools
is free software: you can redistribute it and/or modify
10
#
SETools
is distributed in the hope that it will be useful,
16
# License along with
SETools
. If not, see
/external/selinux/prebuilts/bin/
sediff.py
4
# This file is part of
SETools
.
6
#
SETools
is free software: you can redistribute it and/or modify
11
#
SETools
is distributed in the hope that it will be useful,
17
# along with
SETools
. If not, see <http://www.gnu.org/licenses/>.
21
import
setools
namespace
32
parser.add_argument("--version", action="version", version=
setools
.__version__)
106
p1 =
setools
.SELinuxPolicy(args.POLICY1[0])
107
p2 =
setools
.SELinuxPolicy(args.POLICY2[0])
108
diff =
setools
.PolicyDifference(p1, p2)
[
all
...]
/external/selinux/sepolgen/
ChangeLog
35
* Make use of
setools
optional within sepolgen
/external/selinux/sepolgen/src/sepolgen/
objectmodel.py
107
by Apol in the
setools
suite.
policygen.py
29
from
setools
import *
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
objectmodel.py
107
by Apol in the
setools
suite.
policygen.py
29
from
setools
import *
/external/selinux/policycoreutils/sepolicy/
search.c
11
* Sections copied from sesearch.c in
setools
package
/external/selinux/libsepol/
ChangeLog
111
*
setools
expects expand_module_avrules to be an exported
/external/selinux/policycoreutils/
ChangeLog
221
* sepolgen: Make use of
setools
optional within sepolgen
[
all
...]
/external/selinux/libsepol/src/
expand.c
[
all
...]
Completed in 509 milliseconds
1
2
3
4