-
Hi, I installed nginx-ingress using helm, chart: 1.2.2 nginx-ingress version: 3.5.2 custom values:
error message:
what could be causing the error? I notice the following error: type=PROCTITLE msg=audit(1718351745.502:10267950): proctitle=2F7573722F7362696E2F6E67696E78002D76
type=SYSCALL msg=audit(1718351745.502:10267950): arch=c000003e syscall=10 success=no exit=-13 a0=7f722bd05000 a1=4000 a2=1 a3=7f722bb5c208 items=0 ppid=3960597 pid=3960617 auid=4294967295 uid=101 gid=101 euid=101 suid=101 fsuid=101 egid=101 sgid=101 fsgid=101 tty=(none) ses=4294967295 comm="nginx" exe="/usr/sbin/nginx" subj=system_u:system_r:container_t:s0:c202,c292 key=(null)
type=AVC msg=audit(1718351745.502:10267950): avc: denied { read } for pid=3960617 comm="nginx" path="/usr/lib/x86_64-linux-gnu/libc.so.6" dev="dm-10" ino=548935078 scontext=system_u:system_r:container_t:s0:c202,c292 tcontext=system_u:object_r:unlabeled_t:s0 tclass=file permissive=0
|
Beta Was this translation helpful? Give feedback.
Answered by
cwrx777
Jun 17, 2024
Replies: 1 comment 2 replies
-
Hi @cwrx777 , thank you for reporting. We will investigate this issue. Could you let us know what steps you do to build NIC and what environment you run? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I managed to work around it by creating a selinux policy but I'm not sure why the target file is unlabeled.