selinux: upgrade packages to 3.10#29182
Draft
commodo wants to merge 4 commits intoopenwrt:masterfrom
Draft
Conversation
|
Please merge this fixes a lot of compile issues on GCC/Python on ARM devices.. I tested |
Contributor
Author
Will work on this. [EDIT] I will try to finish this in the next days. |
fe17701 to
114516d
Compare
Contributor
Author
in the meantime, fixed build on 3.9: #29225 |
Changes in 3.10: - fix parsing of the enforcing kernel cmdline parameter - build python module without isolation (Makefile fix) - treewide: add .clang-format configuration file - various libsepol bug fixes (NULL deref, use-after-free, MLS range validation, functionfs_seclabel policycap, bpf_token_perms polcap) Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Changes in 3.10: - improve semanage man pages: add examples for -r RANGE flag usage - semanage: reset active value when deleting boolean customizations - various libsemanage/libsepol bug fixes and security hardening Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Changes in 3.10: - python/sepolicy: add support for DNF5 - sandbox/seunshare: replace system() with execv() to prevent shell injection vulnerability - seunshare: always use translations when printing - setfiles: add -A option to disable SELINUX_RESTORECON_ADD_ASSOC Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Changes in 3.10: - general bug fixes from libsepol (bounds statements in optional blocks, type attribute handling in role-types rule, NULL dereference and use-after-free fixes) - treewide: add .clang-format configuration file Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
114516d to
84091e2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📦 Package Details
Maintainer: @tpetazzoni
Description:
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.