yo8192 / fcron

fcron is an advanced cron for Linux/Unix systems
http://fcron.free.fr
GNU General Public License v2.0
135 stars 12 forks source link

Selinux depreciated selinux/flask.h and selinux/av_permissions.h #10

Closed rootinchase closed 3 years ago

rootinchase commented 3 years ago

Failse to compile after selinux depreciated the following files:

Here is the commit that did it. https://github.com/SELinuxProject/selinux/commit/76913d8adb61b5afe28fd3b4ce91feab29e284dd

In the commit they do say what to do instead.

To fix, replace flask.h calls with string_to_security_class(), and av_permissions.h with string_to_av_perm().

yo8192 commented 3 years ago

Fixed with https://github.com/yo8192/fcron/pull/12