|
From: Richard H. <ric...@bt...> - 2017-05-10 12:25:28
|
avc_init(3) is deprecated, therefore replace the SELinux avc_* calls with selinux_check_access(3) that combines all those services, plus: Checks if SELinux enabled. Supports reordering of classes/permissions at runtime. Handles unknown classes/permissions. Requires libselinux 2.1.9 or greater. The patch builds on top of ipsec-tools-0.8.2 and was tested on Fedora 25. |