672 questions
1 vote
0 answers
245 views
Frida “Failed to enumerate processes: unable to perform ptrace pokedata: I/O error” on rooted Android (SELinux Enforcing)
I’m trying to use Frida on my rooted Android device, but whenever I run: frida-ps -U I get this error: Failed to enumerate processes: unable to perform ptrace pokedata: I/O error Here’s my setup: ...
0 votes
1 answer
172 views
How to make wireless debugging persistent on android reboot?
I'm setting up an rooted android phone as an IP Webcam. I'm linking my phone to a webserver using tailscale. The approach was to have a script (/data/adb/service.d/99adb.sh) run on boot, avoiding ...
1 vote
0 answers
181 views
Podman pod and hostPath mount volume permission issue
With the kubernetes manifest below and the command podman kube play vaultwarden.pod.yaml --replace --userns=auto, I am able to run a rootless readonly container within a podman pod (with user ...
0 votes
0 answers
35 views
Character driver device nodes not listing in Android
Three devices created using a character driver (/dev/device1, /dev/device2 and /dev/device3) is not listing in Android(AOSP 15). The same character driver works fine under Linux (via udev). It is ...
-1 votes
1 answer
74 views
SELinux denial or bug
Suddenly my app is stuck on splash screen. When I check the logcat the only error that I can see occasionally popping up is this one: type=1400 audit(1744883766.100:2162): avc: denied { ioctl } for ...
0 votes
0 answers
97 views
SE custom rules in AOSP
I am a junior AOSP developer, I have myservice application with type of coredomain, type myservice, domain, coredomain, mlstrustedsubject; I need to open functionfs objects, but adding allow myservice ...
0 votes
1 answer
251 views
kolla-ansible bootstrapping error: "module 'selinux' has no attribute 'selinux_getpolicytype'"
I am trying to do a multinode deployment of kolla-ansible on two of my DL360p's. Everything seems setup well, but when I run the bootstrap I get the following The full traceback is: Traceback (most ...
0 votes
0 answers
32 views
Not able to execute system command from java code if selinux is enabled in enforcing mode
I have enabled selinux on oracle linux 8.9 system. enitre system is stable and has appropriate contexts for all files and processes but in few scenarios wherever my java code has some system level ...
0 votes
0 answers
96 views
How to get Promtail to read audit.log on Fedora workstation 41 with SELinux enabled?
I've been trying to get Promtail, running in a container using podman, to read my audit log files so that I can forward them to Loki and visualize it in Grafana. The issue I am stuck with, is that ...
0 votes
1 answer
257 views
Ansible module selinux implementation
I need to know the underlaying commands executed when using selinux module in Ansible, because the Ansible is using an service account to login to the servers with an SSH key, and then that svc ...
0 votes
0 answers
147 views
Issue with TigerVNC for Yocto-Based Linux with SELinux: PAM and SELinux Context Errors
I am running TigerVNC version 1.14.1 on a Yocto-based Linux system with SELinux enabled. The issue I’m facing is related to starting the VNC server service when SELinux policies are in place. Below is ...
1 vote
0 answers
111 views
Selinux module to open fm radio application access to /dev/fm
I am new in magisk and selinux. Please help me write module,which allow to decompiled fm radio app get access to /dev/fm. I dont want to use setenforce 0,because my device will become more ...
1 vote
1 answer
120 views
PhpWord Samples Manual Install
The documentation for Manual Install is out of date. I tried to manually write an Autoloader class and maybe it worked? but the only output I get in Sample-01.php is 02:56:03 Create new PhpWord object ...
1 vote
1 answer
221 views
Permission denied when writing file in volume mounted in Docker
I want to a accomplish a relatively simple task, which is to be able to read and write from a samba share that is attached to docker. I have several services sharing the same volume, they are mostly ...
2 votes
0 answers
141 views
How to find out what are all the never allow rules in Selinux policy for a specific Android version?
I want to Extract selinux never allow rules from aosp and compare it with the never allow rules I have in my customized device. I have tried using sesearch tool for extracting never allow rules from ...