[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
CVS Servers
- From: "Daniel B. Thurman" <dant cdkkt com>
- To: Fedora-Selinux-List <fedora-selinux-list redhat com>
- Subject: CVS Servers
- Date: Wed, 13 Feb 2008 18:23:47 -0800
In one of the Fedora CVS server setup, it says that if the
administrator wants to use a simple pserver remote string
such as:
export CVSROOT=':pserver:<username>@<systemname>:/cvs'
Then one has to:
1) /etc/xinetd.d/cvs:
server_args = -f --allow-root=/cvs pserver
2) ln -s /var/cvs /cvs
But the problem here is that SELinux has no context for
the symbolic link /cvs, therefore deny's access.
I tried setting context for /cvs by:
1) chcon -t cvs_data_t
No dice. Does not work.
To see if I can cvs login bypassing Selinux, I tried:
1) setenforce 0
2) cvs login (successfully)
3) setenforce 1
So, what can I do to get SElinux to authorize the /cvs symbolic link access to /var/cvs?
Thanks-
Dan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]