selinux 0.4.1

SELinux binding for PHP script language


This extension provides a set of interfaces to communicate between
SELinux and PHP script language. It contains functions to get/set
security context of processes and other objects, to get/set system
booleans, to make a query for in-kernel security server and so on.

License: PHP License

Changes

- The "permissive" tag was added to selinux_compute_av
- The selinux_deny_unknown() was added
- PHP 7 compatibility (Remi)
- fix build woth libselinux 2.0 (RHEL-6)