mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-03-23 03:26:34 +00:00
This eliminates the hardcoded /selinux in Rules.monolithic, which broke when the filesystem mount was moved to /sys/fs/selinux.
4 lines
69 B
Python
4 lines
69 B
Python
#!/usr/bin/python
|
|
import selinux
|
|
print selinux.security_policyvers()
|