All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1507148778.1491.10.camel@tycho.nsa.gov>

diff --git a/a/1.txt b/N1/1.txt
index a97f4bd..45c44dc 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,8 +9,8 @@ On Wed, 2017-10-04 at 20:32 +0200, Corentin Labbe wrote:
 Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
 
 > ---
-> ?security/selinux/hooks.c | 3 +--
-> ?1 file changed, 1 insertion(+), 2 deletions(-)
+>  security/selinux/hooks.c | 3 +--
+>  1 file changed, 1 insertion(+), 2 deletions(-)
 > 
 > diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
 > index f5d304736852..8507a56f85e4 100644
@@ -18,22 +18,18 @@ Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
 > +++ b/security/selinux/hooks.c
 > @@ -2918,13 +2918,12 @@ static int selinux_inode_init_security(struct
 > inode *inode, struct inode *dir,
-> ?{
-> ?	const struct task_security_struct *tsec =
+>  {
+>  	const struct task_security_struct *tsec =
 > current_security();
-> ?	struct superblock_security_struct *sbsec;
+>  	struct superblock_security_struct *sbsec;
 > -	u32 sid, newsid, clen;
 > +	u32 newsid, clen;
-> ?	int rc;
-> ?	char *context;
-> ?
-> ?	sbsec = dir->i_sb->s_security;
-> ?
+>  	int rc;
+>  	char *context;
+>  
+>  	sbsec = dir->i_sb->s_security;
+>  
 > -	sid = tsec->sid;
-> ?	newsid = tsec->create_sid;
-> ?
-> ?	rc = selinux_determine_inode_label(current_security(),
---
-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
+>  	newsid = tsec->create_sid;
+>  
+>  	rc = selinux_determine_inode_label(current_security(),
diff --git a/a/content_digest b/N1/content_digest
index eccbae8..1ceec2c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,15 @@
  "ref\020171004183218.4786-1-clabbe.montjoie@gmail.com\0"
- "From\0sds@tycho.nsa.gov (Stephen Smalley)\0"
- "Subject\0[PATCH 1/2] selinux: fix build warning by removing the unused sid variable\0"
+ "From\0Stephen Smalley <sds@tycho.nsa.gov>\0"
+ "Subject\0Re: [PATCH 1/2] selinux: fix build warning by removing the unused sid variable\0"
  "Date\0Wed, 04 Oct 2017 16:26:18 -0400\0"
- "To\0linux-security-module@vger.kernel.org\0"
+ "To\0Corentin Labbe <clabbe.montjoie@gmail.com>"
+  paul@paul-moore.com
+  eparis@parisplace.org
+  james.l.morris@oracle.com
+ " serge@hallyn.com\0"
+ "Cc\0linux-security-module@vger.kernel.org"
+  linux-kernel@vger.kernel.org
+ " selinux@tycho.nsa.gov\0"
  "\00:1\0"
  "b\0"
  "On Wed, 2017-10-04 at 20:32 +0200, Corentin Labbe wrote:\n"
@@ -16,8 +23,8 @@
  "Acked-by: Stephen Smalley <sds@tycho.nsa.gov>\n"
  "\n"
  "> ---\n"
- "> ?security/selinux/hooks.c | 3 +--\n"
- "> ?1 file changed, 1 insertion(+), 2 deletions(-)\n"
+ "> \302\240security/selinux/hooks.c | 3 +--\n"
+ "> \302\2401 file changed, 1 insertion(+), 2 deletions(-)\n"
  "> \n"
  "> diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c\n"
  "> index f5d304736852..8507a56f85e4 100644\n"
@@ -25,24 +32,20 @@
  "> +++ b/security/selinux/hooks.c\n"
  "> @@ -2918,13 +2918,12 @@ static int selinux_inode_init_security(struct\n"
  "> inode *inode, struct inode *dir,\n"
- "> ?{\n"
- "> ?\tconst struct task_security_struct *tsec =\n"
+ "> \302\240{\n"
+ "> \302\240\tconst struct task_security_struct *tsec =\n"
  "> current_security();\n"
- "> ?\tstruct superblock_security_struct *sbsec;\n"
+ "> \302\240\tstruct superblock_security_struct *sbsec;\n"
  "> -\tu32 sid, newsid, clen;\n"
  "> +\tu32 newsid, clen;\n"
- "> ?\tint rc;\n"
- "> ?\tchar *context;\n"
- "> ?\n"
- "> ?\tsbsec = dir->i_sb->s_security;\n"
- "> ?\n"
+ "> \302\240\tint rc;\n"
+ "> \302\240\tchar *context;\n"
+ "> \302\240\n"
+ "> \302\240\tsbsec = dir->i_sb->s_security;\n"
+ "> \302\240\n"
  "> -\tsid = tsec->sid;\n"
- "> ?\tnewsid = tsec->create_sid;\n"
- "> ?\n"
- "> ?\trc = selinux_determine_inode_label(current_security(),\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
+ "> \302\240\tnewsid = tsec->create_sid;\n"
+ "> \302\240\n"
+ "> \302\240\trc = selinux_determine_inode_label(current_security(),"
 
-d3fd235b55ab50dff6b9d0f2ffa152d7da25d84657e67caf74ab881de46a6dc2
+17e1e6b9170716a6f4dc1324c6bd887a8bbc37aa2859f04f8460713c7e0cc101

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.