Re: SELINUX_ERR op=security_compute_sid invalid_context while running /etc/init.d script of my app

2025-04-26 Thread chaitanya singh
Hey. Actually I need to fix this for RHEL8.10 itself. If u've got any suggestion to try, pls give. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: ht

Re: SELINUX_ERR op=security_compute_sid invalid_context while running /etc/init.d script of my app

2025-04-26 Thread chaitanya singh
Hey, Need to fix this on rhel8.10 itself. I'm open to any suggestion. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/e

SELINUX_ERR op=security_compute_sid invalid_context while running /etc/init.d script of my app

2025-04-25 Thread chaitanya singh
Doing this on a RHEL8.10 distro. I've created a user with staff_u role: # useradd -Z staff_u testadm And provided this user elevated permissions, for which did following steps: 1. created: /etc/sudoers.d/mysudoers 2. added this: %testadm ALL=(ALL) TYPE=sysadm_t ROLE=sysadm_r ALL Did reboot. Inst