]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nis/files/no-selinux.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nis / files / no-selinux.patch
1 --- pwdutils-2.6/lib/copy_xattr.c.orig  2005-04-16 17:15:52.916660880 -0700
2 +++ pwdutils-2.6/lib/copy_xattr.c       2005-04-16 17:18:10.345768480 -0700
3 @@ -127,8 +127,11 @@
4  
5           if (lsetxattr (to, name, value, size, 0) != 0)
6             {
7 -             if (strcmp (name, "security.selinux") == 0 &&
8 -                 is_selinux_enabled() == 0)
9 +             if (strcmp (name, "security.selinux") == 0
10 +#if defined(WITH_SELINUX)
11 +                                 && is_selinux_enabled() == 0
12 +#endif
13 +                                 )
14                 fprintf (stderr,
15                          _("SELinux not enabled, ignore attribute %s for `%s'.\n"),
16                          name, to);