-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Patch failure due to selinux errors when using AUR / makepkg #220
Comments
Howdy,
You are welcome @lypanov, and thank you for taking part in these projects! Share your progress here please. |
I encountered the same issue while trying to build fakeroot-tcp from Arch, despite having bunch of acl errors due to probably that issue: So I just assume that for now makepkg is not working either, and Arch heavily bases on that ;( I wanted to get working polybar and mesa with llvmpipe acceleration. Hope you will get it working in future @SDRausty |
Stale issue message |
@HoshiYamazaki just in;
|
This TermuxArch/TermuxArch@161eaba commit automates adding sudo users.
|
Good day!
I've spent a few hours this evening diving into getting k2pdfopt running in TermuxArch. It runs in Termux itself but I'd prefer to have everything in TermuxArch.
I'm running into the same issue i see mentioned a few times in other issues:
patch: setting attribute security.selinux for security
Using strace I've narrowed this down to:
lsetxattr("./CMakeLists.txt.oAQQFZ9", "security.selinux", "u:object_r:app_data_file:s0:c219"..., 48, 0
...
<... lsetxattr resumed>) = -1 EACCES (Permission denied)
From what I can tell based on other issues in Termux itself I should be running this as root else some random selinux hacks don't kick in (really unsure of this but the idea I got).
Alas makepkg throws a fit if I attempt to run it under root and I'm yet to find a workaround.
Any ideas what I could do? I'm unsure why patch even needs to apply these extended attribute changes!
Thank you so much for any help / guidance,
Alex
The text was updated successfully, but these errors were encountered: