-
Notifications
You must be signed in to change notification settings - Fork 402
Refactor the selinux crate #3021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@Gekko0114 I'm trying to remove |
|
What do you mean by |
Ops, like |
|
I see. I am not familiar with Rust, therefore it is possible that there should be better implementation rather than using atomicBool. |
b139d04 to
2df813b
Compare
|
I've pushed my changes. Overall, I have already finished it, but I still need to edit it to run it on VM. |
128d52a to
15e0444
Compare
Signed-off-by: utam0k <k0ma@utam0k.jp>
15e0444 to
9f005f3
Compare
|
@Gekko0114 I couldn't completely run |
|
Hi @utam0k |
|
Hi @utam0k Though I am using libvirt instead of virtualbox because of my PC environment, I could run the code. Based on previous comments from YJDoc2, it appears this error is likely related to directory mounting within Vagrant, rather than an issue with the code itself. YJDoc2 found that copying the binary to /tmp resolved the issue, indicating that the problem arises from how Vagrant mounts directories.
Therefore, while the error is occurring, it seems to be an environmental issue rather than code issue. |
No description provided.