From: sven.vermeulen@siphos.be (Sven Vermeulen) Date: Wed, 20 Jul 2011 23:10:50 +0200 Subject: [refpolicy] [PATCH 0/2] Support NFS over TCP Message-ID: <20110720211049.GA27870@siphos.be> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com The current policies only support NFS over UDP. When mounting NFS locations with TCP, we notice that the kernel_t domain has no access to the NFS tcp_sockets. These simple patches add an rpc_tcp_rw_nfs_socket() interface and then call it from the kernel_t definition. Wkr, Sven Vermeulen