fix bad patch in xserver

This commit is contained in:
Dan Walsh 2010-09-08 10:25:03 -04:00
parent aa760a2345
commit f79af26649

View File

@ -579,9 +579,9 @@ interface(`xserver_domtrans_xauth',`
')
domtrans_pattern($1, xauth_exec_t, xauth_t)
ifdef(`hide_broken_symptoms', `
dontaudit xauth_t $1:socket_class_set { read write };
')
ifdef(`hide_broken_symptoms', `
dontaudit xauth_t $1:socket_class_set { read write };
')
')
########################################
@ -1276,7 +1276,7 @@ interface(`xserver_dontaudit_rw_stream_sockets',`
## </summary>
## </param>
#
interface(`
interface(`xserver_stream_connect',`
gen_require(`
type xserver_t, xserver_tmp_t;
')