Sign in
android
/
platform
/
external
/
selinux
/
417cb8d076a31c57710429b255aebc595613eb6b
/
.
/
policycoreutils
/
sandbox
/
start
blob: 52950d7da6d3bd6e4c21c0be94cbb584af335d40 [
file
] [
log
] [
blame
]
#! /usr/bin/python -Es
import
gtk
,
commands
,
sys
rc
=
[-
1
,
''
]
try
:
rc
=
commands
.
getstatusoutput
(
sys
.
argv
[
1
])
except
:
pass
if
rc
[
0
]
==
0
:
print
rc
[
1
]