seccomp: add some basic shared memory syscalls to the whitelist
PulseAudio requires the use of shared memory so add shmget(), shmat(),
and shmdt() to the syscall whitelist.
Reported-by: <xuhan@redhat.com>
Signed-off-by: Paul Moore <pmoore@redhat.com>