Update SELinux policy to read mount namespace#98
Merged
JingMatrix merged 1 commit intomasterfrom Feb 18, 2026
Merged
Conversation
The following SELinux audit logs are observed on AVD emulated devices (based on qemu):
```
auditd : type=1400 audit(0.0:9): avc: denied { read } for comm="main" path="mnt:[4026532964]" dev="nsfs" ino=4026532964 scontext=u:r:zygote:s0 tcontext=u:object_r
```
which caused the failure of NeoZygisk updating mount namespace of root process.
Owner
Author
|
@yashikada, to solve the issue reported on #97, please test the latest CI build https://github.com/JingMatrix/NeoZygisk/actions/runs/22118627757 |
|
Yes works, this PR solve the issue reported on #97 |
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.
The following SELinux audit logs are observed on AVD emulated devices (based on qemu):
which caused the failure of NeoZygisk updating mount namespace of root process.