Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gis update #2356

Merged
merged 2 commits into from
Sep 20, 2024
Merged

Gis update #2356

merged 2 commits into from
Sep 20, 2024

Commits on Sep 18, 2024

  1. Allow xdm write to gnome-initial-setup fifo files

    The commit addresses the following AVC denial:
    type=PROCTITLE msg=audit(09/18/2024 16:14:09.301:217) : proctitle=/usr/bin/gnome-shell
    type=SYSCALL msg=audit(09/18/2024 16:14:09.301:217) : arch=x86_64 syscall=recvmsg success=yes exit=52 a0=0xad a1=0x7ffcc3ba4450 a2=MSG_DONTWAIT|MSG_CMSG_CLOEXEC a3=0x0 items=0 ppid=1166 pid=1178 auid=unset uid=gnome-initial-setup gid=gnome-initial-setup euid=gnome-initial-setup suid=gnome-initial-setup fsuid=gnome-initial-setup egid=gnome-initial-setup sgid=gnome-initial-setup fsgid=gnome-initial-setup tty=tty1 ses=unset comm=gnome-shell exe=/usr/bin/gnome-shell subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 key=(null)
    type=AVC msg=audit(09/18/2024 16:14:09.301:217) : avc:  denied  { write } for  pid=1178 comm=gnome-shell path=pipe:[19167] dev="pipefs" ino=19167 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=system_u:system_r:gnome_initial_setup_t:s0-s0:c0.c1023 tclass=fifo_file permissive=0
    
    Resolves: rhbz#2278845
    zpytela committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0067b65 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Allow accountsd read gnome-initial-setup tmp files

    The commit addresses the following AVC denial:
    type=PROCTITLE msg=audit(09/18/2024 16:19:39.559:209) : proctitle=/usr/libexec/accounts-daemon
    type=SYSCALL msg=audit(09/18/2024 16:19:39.559:209) : arch=x86_64 syscall=statx success=yes exit=0 a0=0xffffff9c a1=0x55ee21e7b980 a2=0x900 a3=0xfff items=0 ppid=1 pid=828 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=(none) ses=unset comm=accounts-daemon exe=/usr/libexec/accounts-daemon subj=system_u:system_r:accountsd_t:s0 key=(null)
    type=AVC msg=audit(09/18/2024 16:19:39.559:209) : avc:  denied  { getattr } for  pid=828 comm=accounts-daemon path=/tmp/usericonSQPZT2 dev="tmpfs" ino=49 scontext=system_u:system_r:accountsd_t:s0 tcontext=system_u:object_r:gnome_initial_setup_var_run_t:s0 tclass=file permissive=1
    
    Resolves: rhbz#2278845
    zpytela committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    91f9b00 View commit details
    Browse the repository at this point in the history