mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-03-20 10:06:34 +00:00
5 lines
104 B
Python
5 lines
104 B
Python
#!/usr/bin/python
|
|
import selinux
|
|
if selinux.is_selinux_enabled():
|
|
print(selinux.security_policyvers())
|