lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

004-disable-capabilities.patch (269B)


      1 --- a/sysdeputil.c
      2 +++ b/sysdeputil.c
      3 @@ -165,6 +165,9 @@
      4  #endif
      5  /* END config */
      6  
      7 +#undef VSF_SYSDEP_HAVE_CAPABILITIES
      8 +#undef VSF_SYSDEP_HAVE_LIBCAP
      9 +
     10  /* PAM support - we include our own dummy version if the system lacks this */
     11  #include <security/pam_appl.h>
     12