Age | Commit message (Collapse) | Author |
|
|
|
gcc 10 breaks libsepol linking:
/usr/bin/ld: ../cil/src/cil_binary.lo:(.bss+0x3c0): multiple
definition of `CIL_KEY_RANGE'; ../cil/src/cil.lo:(.bss+0x3c0):
first defined here
/usr/bin/ld: ../cil/src/cil_binary.lo:(.bss+0x3c8): multiple
definition of `CIL_KEY_ALL'; ../cil/src/cil.lo:(.bss+0x3c8):
first defined here
...
As this issue will be fixed in the next release (which is expected in a
few week) and as building with clang works, force using clang to build
libsepol for now.
|
|
|
|
|
|
|
|
|
|
|
|
Add an upstream patch, "libsepol/cil: fix bug when resetting class
permission values",
https://github.com/SELinuxProject/selinux/commit/4df9f89cb1182f0dd324e271109efd7e2eda467b
|
|
|
|
Seems to compile just fine under ARMv6 (Raspberry Pi 1). Needed for [seafile-rpi](https://github.com/haiwen/seafile-rpi).
|
|
|
|
|
|
Upstream moved to github
|
|
|
|
|
|
This eases the upgrade from selinux- and selinux-usr- packages to new package names
|
|
|