mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-03-22 19:16:49 +00:00
7 lines
111 B
Python
7 lines
111 B
Python
#!/usr/bin/env python3
|
|
|
|
import selinux
|
|
|
|
if selinux.is_selinux_enabled():
|
|
print(selinux.security_policyvers())
|