Fix mmap_zero assertion violation in xserver.

This commit is contained in:
Chris PeBenito 2010-09-01 09:59:39 -04:00
parent 623e4f0885
commit a1b42052c9
1 changed files with 0 additions and 1 deletions

View File

@ -599,7 +599,6 @@ allow xserver_t input_xevent_t:x_event send;
allow xserver_t self:capability { dac_override fowner fsetid setgid setuid ipc_owner sys_rawio sys_admin sys_nice sys_tty_config mknod net_bind_service };
dontaudit xserver_t self:capability chown;
allow xserver_t self:process ~{ ptrace setcurrent setexec setfscreate setrlimit execmem execstack execheap };
allow xserver_t self:memprotect mmap_zero;
allow xserver_t self:fd use;
allow xserver_t self:fifo_file rw_fifo_file_perms;
allow xserver_t self:sock_file read_sock_file_perms;