All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <CAHC9VhReS47k5sK51WXE+AcmSQJw4=jmzQ0k3C1r07DF1pWpew@mail.gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 3d97757..bbcf93b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -38,7 +38,7 @@ See my previous comments.
 >                 for (genfs_p = NULL, genfs = p->genfs; genfs;
 >                      genfs_p = genfs, genfs = genfs->next) {
 > -                       rc = -EINVAL;
->                         if (strcmp(newgenfs->fstype, genfs->fstype) == 0) {
+>                         if (strcmp(newgenfs->fstype, genfs->fstype) = 0) {
 >                                 printk(KERN_ERR "SELinux:  dup genfs fstype %s\n",
 >                                        newgenfs->fstype);
 > +                               rc = -EINVAL;
@@ -67,7 +67,7 @@ See my previous comments.
 > -                               rc = -EINVAL;
 >                                 if (!strcmp(newc->u.name, c->u.name) &&
 >                                     (!c->v.sclass || !newc->v.sclass ||
->                                      newc->v.sclass == c->v.sclass)) {
+>                                      newc->v.sclass = c->v.sclass)) {
 >                                         printk(KERN_ERR "SELinux:  dup genfs entry (%s,%s)\n",
 >                                                genfs->fstype, c->u.name);
 > +                                       rc = -EINVAL;
diff --git a/a/content_digest b/N1/content_digest
index 7ce5d6f..42d8305 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -11,21 +11,10 @@
   "Subject\0Re: [PATCH 13/46] selinux: Move four assignments for the variable \"rc\" in genfs_read()\0"
 ]
 [
-  "Date\0Thu, 23 Mar 2017 17:50:07 -0400\0"
+  "Date\0Thu, 23 Mar 2017 21:50:07 +0000\0"
 ]
 [
-  "To\0SF Markus Elfring <elfring\@users.sourceforge.net>\0"
-]
-[
-  "Cc\0linux-security-module\@vger.kernel.org",
-  " selinux\@tycho.nsa.gov",
-  " Eric Paris <eparis\@parisplace.org>",
-  " James Morris <james.l.morris\@oracle.com>",
-  " Serge E. Hallyn <serge\@hallyn.com>",
-  " Stephen Smalley <sds\@tycho.nsa.gov>",
-  " William Roberts <william.c.roberts\@intel.com>",
-  " LKML <linux-kernel\@vger.kernel.org>",
-  " kernel-janitors\@vger.kernel.org\0"
+  "To\0linux-security-module\@vger.kernel.org\0"
 ]
 [
   "\0000:1\0"
@@ -74,7 +63,7 @@
   ">                 for (genfs_p = NULL, genfs = p->genfs; genfs;\n",
   ">                      genfs_p = genfs, genfs = genfs->next) {\n",
   "> -                       rc = -EINVAL;\n",
-  ">                         if (strcmp(newgenfs->fstype, genfs->fstype) == 0) {\n",
+  ">                         if (strcmp(newgenfs->fstype, genfs->fstype) = 0) {\n",
   ">                                 printk(KERN_ERR \"SELinux:  dup genfs fstype %s\\n\",\n",
   ">                                        newgenfs->fstype);\n",
   "> +                               rc = -EINVAL;\n",
@@ -103,7 +92,7 @@
   "> -                               rc = -EINVAL;\n",
   ">                                 if (!strcmp(newc->u.name, c->u.name) &&\n",
   ">                                     (!c->v.sclass || !newc->v.sclass ||\n",
-  ">                                      newc->v.sclass == c->v.sclass)) {\n",
+  ">                                      newc->v.sclass = c->v.sclass)) {\n",
   ">                                         printk(KERN_ERR \"SELinux:  dup genfs entry (%s,%s)\\n\",\n",
   ">                                                genfs->fstype, c->u.name);\n",
   "> +                                       rc = -EINVAL;\n",
@@ -121,4 +110,4 @@
   "www.paul-moore.com"
 ]
 
-b99b4cf2b371d3c7917cf15ebcee91739aa46a17eb1c8cc81dc19ffa957c2f57
+bb490e3e451eeb761d7d0af6c5e12e1a15f7f7cb8411fa5ffafc13c680748d71

diff --git a/a/1.txt b/N2/1.txt
index 3d97757..d85f285 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -82,4 +82,8 @@ See my previous comments.
 
 -- 
 paul moore
-www.paul-moore.com
\ No newline at end of file
+www.paul-moore.com
+--
+To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
+the body of a message to majordomo at vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
\ No newline at end of file
diff --git a/a/content_digest b/N2/content_digest
index 7ce5d6f..37d3534 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,27 +5,16 @@
   "ref\00099ebe15e-c30f-d129-82a0-a809769aa5dc\@users.sourceforge.net\0"
 ]
 [
-  "From\0Paul Moore <paul\@paul-moore.com>\0"
+  "From\0paul\@paul-moore.com (Paul Moore)\0"
 ]
 [
-  "Subject\0Re: [PATCH 13/46] selinux: Move four assignments for the variable \"rc\" in genfs_read()\0"
+  "Subject\0[PATCH 13/46] selinux: Move four assignments for the variable \"rc\" in genfs_read()\0"
 ]
 [
   "Date\0Thu, 23 Mar 2017 17:50:07 -0400\0"
 ]
 [
-  "To\0SF Markus Elfring <elfring\@users.sourceforge.net>\0"
-]
-[
-  "Cc\0linux-security-module\@vger.kernel.org",
-  " selinux\@tycho.nsa.gov",
-  " Eric Paris <eparis\@parisplace.org>",
-  " James Morris <james.l.morris\@oracle.com>",
-  " Serge E. Hallyn <serge\@hallyn.com>",
-  " Stephen Smalley <sds\@tycho.nsa.gov>",
-  " William Roberts <william.c.roberts\@intel.com>",
-  " LKML <linux-kernel\@vger.kernel.org>",
-  " kernel-janitors\@vger.kernel.org\0"
+  "To\0linux-security-module\@vger.kernel.org\0"
 ]
 [
   "\0000:1\0"
@@ -118,7 +107,11 @@
   "\n",
   "-- \n",
   "paul moore\n",
-  "www.paul-moore.com"
+  "www.paul-moore.com\n",
+  "--\n",
+  "To unsubscribe from this list: send the line \"unsubscribe linux-security-module\" in\n",
+  "the body of a message to majordomo at vger.kernel.org\n",
+  "More majordomo info at  http://vger.kernel.org/majordomo-info.html"
 ]
 
-b99b4cf2b371d3c7917cf15ebcee91739aa46a17eb1c8cc81dc19ffa957c2f57
+4e87672f1555d4ef27f57df258e82bc2c45cd0f51c23af8274026f0897ebc324

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.