Explorar o código

Update build.yml

jimsterino98 hai 5 meses
pai
achega
edd5c56938
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      .github/workflows/build.yml

+ 4 - 4
.github/workflows/build.yml

@@ -191,10 +191,10 @@ jobs:
           sed -i '/#ifdef CONFIG_SECURITY_DEFEX/,/^#endif/d' fs/open.c
 
           #Prepare namespace.c for susfs patching
-          perl -0777 -i -pe '
-          s/#include <linux\/fslog\.h>\n#ifdef CONFIG_KDP_NS\n#include <linux\/kdp\.h>\n#endif\n//;
-          s/(#include <linux\/sched\/task\.h>\n)/$1#include <linux\/fslog.h>\n#ifdef CONFIG_KDP_NS\n#include <linux\/kdp.h>\n#endif\n/;
-          ' fs/namespace.c
+          #perl -0777 -i -pe '
+          #s/#include <linux\/fslog\.h>\n#ifdef CONFIG_KDP_NS\n#include <linux\/kdp\.h>\n#endif\n//;
+          #s/(#include <linux\/sched\/task\.h>\n)/$1#include <linux\/fslog.h>\n#ifdef CONFIG_KDP_NS\n#include <linux\/kdp.h>\n#endif\n/;
+          #' fs/namespace.c
 
           sed -i '/copy_flags = CL_COPY_UNBINDABLE | CL_EXPIRE;/,/#endif/ {
             /#ifdef CONFIG_KDP_NS/,/#endif/ {