Closed rootinchase closed 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().
string_to_security_class()
string_to_av_perm()
Fixed with https://github.com/yo8192/fcron/pull/12
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 withstring_to_av_perm()
.