Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 0ee6bd82 authored by Bruno Martins's avatar Bruno Martins
Browse files

lineage: Suppress bash related ioctl denials

These denials are only seen when using bash as the default shell:

  W bash    : type=1400 audit(0.0:55): avc: denied { ioctl } for path="socket:[83675]" dev="sockfs" ino=83675 ioctlcmd=0x540f scontext=u:r:shell:s0 tcontext=u:r:adbd:s0 tclass=unix_stream_socket permissive=0
  W bash    : type=1400 audit(0.0:56): avc: denied { ioctl } for path="socket:[83675]" dev="sockfs" ino=83675 ioctlcmd=0x540f scontext=u:r:shell:s0 tcontext=u:r:adbd:s0 tclass=unix_stream_socket permissive=0

Bash calls isatty() here and there, but it's perfectly safe to ignore
under adbd.

Change-Id: Ic28fef9bc36d0f8aaf6ab47a47d63f48092cee79
parent 811e6567
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment