Lines Matching refs:pdx_
91 attribute pdx_$1_endpoint_dir_type;
92 attribute pdx_$1_endpoint_socket_type;
93 attribute pdx_$1_channel_socket_type;
94 attribute pdx_$1_server_type;
101 typeattribute $2 pdx_$1_endpoint_dir_type;
102 type pdx_$1_endpoint_socket, pdx_$1_endpoint_socket_type, pdx_endpoint_socket_type, file_type, coredomain_socket, mlstrustedobject, mlstrustedsubject;
103 type pdx_$1_channel_socket, pdx_$1_channel_socket_type, pdx_channel_socket_type, coredomain_socket;
105 dontaudit su pdx_$1_endpoint_socket:unix_stream_socket *;
106 dontaudit su pdx_$1_channel_socket:unix_stream_socket *;
114 typeattribute $1 pdx_$2_server_type;
116 allow init pdx_$2_endpoint_socket_type:unix_stream_socket { create bind };
120 allow $1 pdx_$2_endpoint_socket_type:unix_stream_socket { read getattr write setattr lock append getopt setopt shutdown listen accept };
124 allow $1 pdx_$2_channel_socket_type:unix_stream_socket create_stream_socket_perms;
126 neverallow {domain -$1} pdx_$2_endpoint_socket_type:unix_stream_socket { listen accept };
133 allow $1 pdx_$2_endpoint_dir_type:dir r_dir_perms;
134 allow $1 pdx_$2_endpoint_socket_type:sock_file rw_file_perms;
136 allow $1 pdx_$2_endpoint_socket_type:unix_stream_socket { connectto read write shutdown };
145 allow $1 pdx_$2_channel_socket_type:unix_stream_socket { read getattr write setattr lock append getopt setopt shutdown };
147 allow $1 pdx_$2_server_type:fd use;
151 allow pdx_$2_server_type $1:fd use;