Hide Forgot
IPC_PRIVATE is a misnomer, and this will create a SHM segment with 0777 permissions: tex_pixmap->shm_info.shmid = shmget (IPC_PRIVATE, dummy_image->bytes_per_line * dummy_image->height, IPC_CREAT | 0777); This should probably use 0600 permissions instead. As far as I can see, it's a cosmetic issue because the SHM segment is only temporary and not used for anything important.
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux.