Merge branch 'master' of http://oss.tresys.com/git/selinux
This commit is contained in:
commit
5f1746a17e
|
@ -348,7 +348,9 @@ int selinux_init_load_policy(int *enforce)
|
||||||
fclose(cfg);
|
fclose(cfg);
|
||||||
free(buf);
|
free(buf);
|
||||||
}
|
}
|
||||||
|
#ifndef MNT_DETACH
|
||||||
#define MNT_DETACH 2
|
#define MNT_DETACH 2
|
||||||
|
#endif
|
||||||
if (rc == 0)
|
if (rc == 0)
|
||||||
umount2("/proc", MNT_DETACH);
|
umount2("/proc", MNT_DETACH);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue