python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can not access folder after chown with podman unshare
I have a rootless setup (podman is running in user space and the container I'm starting is also rootless. Now I wan't to mount a volume. To do so I'm using podman unshare chown but after executing thi...
PascalTurbo
Votes: 0
Answers: 0
Proot in android. Program execution error "permission denied"
The executables and libraries of my program are installed in the directory
BinDir=/data/app/ru.testapp/lib/x86_64/, this directory has execute permission in SELinux.
The rest of the program (additiona...
Pavel Samsonov
Votes: 0
Answers: 1
SELinux is not logging denials
I'm trying to secure a Tomcat app (Confluence) with SELiunx. If I setenforce 1, the app breaks, so SELinux is definitely enforcing. The problem is I can't see any denials in messages or /var/log/audit...
Govno
Votes: 0
Answers: 1
How does Termux get around the SELinux restriction on running programs?
I see that Termux has its executable files in /data/data/com.termux/files/usr. Execution from this location must be prohibited by SELinux policies.
How it works?
Thanks.
Pavel Samsonov
Votes: 0
Answers: 1