]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- fixed bugfix
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 25 Feb 2004 10:19:07 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coreutils-selinux.patch -> 1.7

coreutils-selinux.patch

index d3bfc4b2404dad21b3736abad1f771e5d063daf3..34a5713c9636d15df196a3a2c089f87ff7d7563e 100644 (file)
@@ -1252,7 +1252,7 @@ diff -urN coreutils-5.0.org/src/install.c coreutils-5.0/src/install.c
 +#ifdef WITH_SELINUX
 +  security_context_t scontext = NULL;
 + /* set iff kernel has extra selinux system calls */
-+  selinux_enabled = (is_selinux_enabled() >= 0);
++  selinux_enabled = (is_selinux_enabled() > 0);
 +#endif
  
    program_name = argv[0];
This page took 0.031223 seconds and 4 git commands to generate.