am c19fdee3
: Merge "Call selinux_status_open() prior to use of selinux_status_updated()."
* commit 'c19fdee38a4715b0d642fc8673687715766307cc': Call selinux_status_open() prior to use of selinux_status_updated().
This commit is contained in:
commit
1170bbe56a
@ -361,6 +361,7 @@ int main(int argc, char **argv)
|
||||
|
||||
selinux_enabled = is_selinux_enabled();
|
||||
sehandle = selinux_android_service_context_handle();
|
||||
selinux_status_open(true);
|
||||
|
||||
if (selinux_enabled > 0) {
|
||||
if (sehandle == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user