OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:semanage
(Results
76 - 77
of
77
) sorted by null
1
2
3
4
/external/selinux/policycoreutils/sepolicy/sepolicy/
gui.py
[
all
...]
/external/selinux/policycoreutils/semanage/
seobject.py
5
#
semanage
is a tool for managing SELinux configuration files
25
from
semanage
import *;
210
raise ValueError(_("Could not create
semanage
handle"))
228
raise ValueError(_("Could not establish
semanage
connection"))
243
raise ValueError(_("
Semanage
transaction already in progress"))
252
raise ValueError(_("Could not start
semanage
transaction"))
264
raise ValueError(_("Could not commit
semanage
transaction"))
269
raise ValueError(_("
Semanage
transaction not in progress"))
[
all
...]
Completed in 356 milliseconds
1
2
3
4