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
Version | Release | Download |
0.6.1 | 2024-10-08 | selinux-0.6.1.tgz |
0.6.0 | 2021-12-23 | selinux-0.6.0.tgz |
0.5.0 | 2020-04-22 | selinux-0.5.0.tgz |
0.4.2 | 2018-08-20 | selinux-0.4.2.tgz |
0.4.1 | 2015-05-24 | selinux-0.4.1.tgz |
Version | Message |
0.6.1 | - fix implicit nullable parameters |
0.6.0 | - add type hinting with PHP 8 |
0.5.0 |
- drop support for PHP 5 - preliminary support for PHP 8 |
0.4.2 |
- missing libselinux in link command - The selinux_deny_unknown() was added - PHP 7 compatibility (Remi) - fix build woth libselinux 2.0 (RHEL-6) |
0.4.1 |
- 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) |