hal/hald/linux pcmcia_utils.c,1.1,1.2

David Zeuthen david at freedesktop.org
Mon Nov 1 14:57:23 PST 2004


Update of /cvs/hal/hal/hald/linux
In directory gabe:/tmp/cvs-serv19763/hald/linux

Modified Files:
	pcmcia_utils.c 
Log Message:
2004-11-01  David Zeuthen  <davidz at redhat.com>

	* tools/device-manager/hal-device-manager.in: New file; append
	path to where we install so we don't need a symlink to /usr/share.
	Fixes issue with SELinux strict policy (RH Bug #134845)

	* tools/device-manager/hal-device-manager: Delete this one as it is
	now generated by configure

2004-10-29  David Zeuthen  <davidz at redhat.com>

	* fdi/90defaultpolicy/storage-policy.fdi: Allow SCSI optical drives
	and correct typo in 'sync' (was 'async').
	
2004-10-29  David Zeuthen  <davidz at redhat.com>

	* hald/linux/pcmcia_utils.c (pcmcia_socket_open): Refine socket
	location order to work better with SELinux. From Dan Walsh
	<dwalsh at redhat.com>



Index: pcmcia_utils.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux/pcmcia_utils.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pcmcia_utils.c	26 Oct 2004 17:35:21 -0000	1.1
+++ pcmcia_utils.c	1 Nov 2004 22:57:21 -0000	1.2
@@ -71,7 +71,7 @@
 int pcmcia_socket_open (int socket)
 {
 	static char *paths[] = {
-		"/var/lib/pcmcia", "/var/run", "/dev", "/tmp", NULL
+		"/dev", "/var/run", "/tmp", NULL
 	};
 	int fd;
 	char **p, fn[64];




More information about the hal-commit mailing list