libselinux/libselinux-rhat.patch
cvsdist e9e2eaa1a2 auto-import changelog data from libselinux-1.6-3.src.rpm
Wed Mar 10 2004 Dan Walsh <dwalsh@redhat.com> 1.6-3
- fix location of file_contexts file.
Wed Mar 10 2004 Dan Walsh <dwalsh@redhat.com> 1.6-2
- Fix matchpathcon to use BUFSIZ
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Mon Feb 23 2004 Dan Walsh <dwalsh@redhat.com> 1.4-11
- add matchpathcon
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 07:41:46 +00:00

12 lines
374 B
Diff

--- libselinux-1.6/src/policy.h.rhat 2004-03-15 08:40:08.000000000 -0500
+++ libselinux-1.6/src/policy.h 2004-03-17 00:24:16.396863312 -0500
@@ -12,7 +12,7 @@
/* selinuxfs mount point */
extern char *selinux_mnt;
-#define FILECONTEXTS "/etc/security/selinux/src/policy/file_contexts/file_contexts"
+#define FILECONTEXTS "/etc/security/selinux/file_contexts"
#endif