Inter-revision diff: patch 15

Comparing v30 (message) to v25 (message)

--- v30
+++ v25
@@ -8,9 +8,7 @@
 
 Reviewed-by: Kees Cook <keescook@chromium.org>
 Reviewed-by: John Johansen <john.johansen@canonical.com>
-Acked-by: Paul Moore <paul@paul-moore.com>
-Acked-by: Stephen Smalley <stephen.smalley.work@gmail.com>
-Acked-by: Chuck Lever <chuck.lever@oracle.com>
+Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
 Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
 Cc: linux-integrity@vger.kernel.org
 Cc: netdev@vger.kernel.org
@@ -37,10 +35,10 @@
  15 files changed, 121 insertions(+), 35 deletions(-)
 
 diff --git a/drivers/android/binder.c b/drivers/android/binder.c
-index 2be77ae9ca52..de8f0661e8ec 100644
+index 1a15e9e19e22..f74a72867ec9 100644
 --- a/drivers/android/binder.c
 +++ b/drivers/android/binder.c
-@@ -2469,6 +2469,7 @@ static void binder_transaction(struct binder_proc *proc,
+@@ -2448,6 +2448,7 @@ static void binder_transaction(struct binder_proc *proc,
  	int t_debug_id = atomic_inc_return(&binder_last_id);
  	char *secctx = NULL;
  	u32 secctx_sz = 0;
@@ -48,7 +46,7 @@
  
  	e = binder_transaction_log_add(&binder_transaction_log);
  	e->debug_id = t_debug_id;
-@@ -2771,7 +2772,8 @@ static void binder_transaction(struct binder_proc *proc,
+@@ -2750,7 +2751,8 @@ static void binder_transaction(struct binder_proc *proc,
  			t->security_ctx = 0;
  			WARN_ON(1);
  		}
@@ -58,7 +56,7 @@
  		secctx = NULL;
  	}
  	t->buffer->debug_id = t->debug_id;
-@@ -3112,8 +3114,10 @@ static void binder_transaction(struct binder_proc *proc,
+@@ -3084,8 +3086,10 @@ static void binder_transaction(struct binder_proc *proc,
  	binder_alloc_free_buf(&target_proc->alloc, t->buffer);
  err_binder_alloc_buf_failed:
  err_bad_extra_size:
@@ -72,10 +70,10 @@
  	kfree(tcomplete);
  	binder_stats_deleted(BINDER_STAT_TRANSACTION_COMPLETE);
 diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c
-index fcf7dfdecf96..df2b3bf46364 100644
+index 02f59bcb4f27..27b1bbe5ab08 100644
 --- a/fs/ceph/xattr.c
 +++ b/fs/ceph/xattr.c
-@@ -1374,12 +1374,16 @@ int ceph_security_init_secctx(struct dentry *dentry, umode_t mode,
+@@ -1349,12 +1349,16 @@ int ceph_security_init_secctx(struct dentry *dentry, umode_t mode,
  
  void ceph_release_acl_sec_ctx(struct ceph_acl_sec_ctx *as_ctx)
  {
@@ -94,10 +92,10 @@
  	if (as_ctx->pagelist)
  		ceph_pagelist_release(as_ctx->pagelist);
 diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
-index ee3bc79f6ca3..194bb09663e0 100644
+index 74bc5120013d..503ee773f571 100644
 --- a/fs/nfs/nfs4proc.c
 +++ b/fs/nfs/nfs4proc.c
-@@ -137,8 +137,12 @@ nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
+@@ -135,8 +135,12 @@ nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
  static inline void
  nfs4_label_release_security(struct nfs4_label *label)
  {
@@ -113,7 +111,7 @@
  static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
  {
 diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c
-index b2a1d969a172..89d50a7785d8 100644
+index eaaa1605b5b5..afccc4f257d0 100644
 --- a/fs/nfsd/nfs4xdr.c
 +++ b/fs/nfsd/nfs4xdr.c
 @@ -2844,6 +2844,7 @@ nfsd4_encode_fattr(struct xdr_stream *xdr, struct svc_fh *fhp,
@@ -138,10 +136,10 @@
  	kfree(acl);
  	if (tempfh) {
 diff --git a/include/linux/security.h b/include/linux/security.h
-index 1b82590a6a59..0760cf52dbfd 100644
+index 175c8032b636..554e9da831b6 100644
 --- a/include/linux/security.h
 +++ b/include/linux/security.h
-@@ -135,6 +135,37 @@ enum lockdown_reason {
+@@ -133,6 +133,37 @@ enum lockdown_reason {
  
  extern const char *const lockdown_reasons[LOCKDOWN_CONFIDENTIALITY_MAX+1];
  
@@ -179,7 +177,7 @@
  /*
   * Data exported by the security modules
   *
-@@ -570,7 +601,7 @@ int security_ismaclabel(const char *name);
+@@ -547,7 +578,7 @@ int security_ismaclabel(const char *name);
  int security_secid_to_secctx(struct lsmblob *blob, char **secdata, u32 *seclen);
  int security_secctx_to_secid(const char *secdata, u32 seclen,
  			     struct lsmblob *blob);
@@ -188,7 +186,7 @@
  void security_inode_invalidate_secctx(struct inode *inode);
  int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen);
  int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen);
-@@ -1440,7 +1471,7 @@ static inline int security_secctx_to_secid(const char *secdata,
+@@ -1395,7 +1426,7 @@ static inline int security_secctx_to_secid(const char *secdata,
  	return -EOPNOTSUPP;
  }
  
@@ -221,7 +219,7 @@
  	}
  }
 diff --git a/kernel/audit.c b/kernel/audit.c
-index 8ec64e6e8bc0..c17ec23158c4 100644
+index c06133104695..bfb4696503b7 100644
 --- a/kernel/audit.c
 +++ b/kernel/audit.c
 @@ -1192,6 +1192,7 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
@@ -260,7 +258,7 @@
  	struct lsmblob blob;
 +	struct lsmcontext scaff; /* scaffolding */
  
- 	security_task_getsecid_subj(current, &blob);
+ 	security_task_getsecid(current, &blob);
  	if (!lsmblob_is_set(&blob))
 @@ -2145,7 +2150,8 @@ int audit_log_task_context(struct audit_buffer *ab)
  	}
@@ -273,10 +271,10 @@
  
  error_path:
 diff --git a/kernel/auditsc.c b/kernel/auditsc.c
-index 7d256fb2ec03..efd1a2a4216e 100644
+index 768989b2f09e..caa69696672e 100644
 --- a/kernel/auditsc.c
 +++ b/kernel/auditsc.c
-@@ -1112,6 +1112,7 @@ static int audit_log_pid_context(struct audit_context *context, pid_t pid,
+@@ -998,6 +998,7 @@ static int audit_log_pid_context(struct audit_context *context, pid_t pid,
  				 struct lsmblob *blob, char *comm)
  {
  	struct audit_buffer *ab;
@@ -284,7 +282,7 @@
  	char *ctx = NULL;
  	u32 len;
  	int rc = 0;
-@@ -1129,7 +1130,8 @@ static int audit_log_pid_context(struct audit_context *context, pid_t pid,
+@@ -1015,7 +1016,8 @@ static int audit_log_pid_context(struct audit_context *context, pid_t pid,
  			rc = 1;
  		} else {
  			audit_log_format(ab, " obj=%s", ctx);
@@ -294,7 +292,7 @@
  		}
  	}
  	audit_log_format(ab, " ocomm=");
-@@ -1342,6 +1344,7 @@ static void audit_log_fcaps(struct audit_buffer *ab, struct audit_names *name)
+@@ -1228,6 +1230,7 @@ static void audit_log_fcaps(struct audit_buffer *ab, struct audit_names *name)
  
  static void show_special(struct audit_context *context, int *call_panic)
  {
@@ -302,7 +300,7 @@
  	struct audit_buffer *ab;
  	int i;
  
-@@ -1376,7 +1379,8 @@ static void show_special(struct audit_context *context, int *call_panic)
+@@ -1261,7 +1264,8 @@ static void show_special(struct audit_context *context, int *call_panic)
  				*call_panic = 1;
  			} else {
  				audit_log_format(ab, " obj=%s", ctx);
@@ -312,7 +310,7 @@
  			}
  		}
  		if (context->ipc.has_perm) {
-@@ -1533,6 +1537,7 @@ static void audit_log_name(struct audit_context *context, struct audit_names *n,
+@@ -1410,6 +1414,7 @@ static void audit_log_name(struct audit_context *context, struct audit_names *n,
  		char *ctx = NULL;
  		u32 len;
  		struct lsmblob blob;
@@ -320,7 +318,7 @@
  
  		lsmblob_init(&blob, n->osid);
  		if (security_secid_to_secctx(&blob, &ctx, &len)) {
-@@ -1541,7 +1546,8 @@ static void audit_log_name(struct audit_context *context, struct audit_names *n,
+@@ -1418,7 +1423,8 @@ static void audit_log_name(struct audit_context *context, struct audit_names *n,
  				*call_panic = 2;
  		} else {
  			audit_log_format(ab, " obj=%s", ctx);
@@ -331,7 +329,7 @@
  	}
  
 diff --git a/net/ipv4/ip_sockglue.c b/net/ipv4/ip_sockglue.c
-index be7073df19a5..dbba700fb151 100644
+index 2f089733ada7..a7e4c1b34b6c 100644
 --- a/net/ipv4/ip_sockglue.c
 +++ b/net/ipv4/ip_sockglue.c
 @@ -130,6 +130,7 @@ static void ip_cmsg_recv_checksum(struct msghdr *msg, struct sk_buff *skb,
@@ -353,10 +351,10 @@
  
  static void ip_cmsg_recv_dstaddr(struct msghdr *msg, struct sk_buff *skb)
 diff --git a/net/netfilter/nf_conntrack_netlink.c b/net/netfilter/nf_conntrack_netlink.c
-index daf554915e07..de223234963d 100644
+index cc2826cdba8e..6edb78c9cc87 100644
 --- a/net/netfilter/nf_conntrack_netlink.c
 +++ b/net/netfilter/nf_conntrack_netlink.c
-@@ -342,6 +342,7 @@ static int ctnetlink_dump_secctx(struct sk_buff *skb, const struct nf_conn *ct)
+@@ -339,6 +339,7 @@ static int ctnetlink_dump_secctx(struct sk_buff *skb, const struct nf_conn *ct)
  	int len, ret;
  	char *secctx;
  	struct lsmblob blob;
@@ -364,7 +362,7 @@
  
  	/* lsmblob_init() puts ct->secmark into all of the secids in blob.
  	 * security_secid_to_secctx() will know which security module
-@@ -362,7 +363,8 @@ static int ctnetlink_dump_secctx(struct sk_buff *skb, const struct nf_conn *ct)
+@@ -359,7 +360,8 @@ static int ctnetlink_dump_secctx(struct sk_buff *skb, const struct nf_conn *ct)
  
  	ret = 0;
  nla_put_failure:
@@ -375,10 +373,10 @@
  }
  #else
 diff --git a/net/netfilter/nf_conntrack_standalone.c b/net/netfilter/nf_conntrack_standalone.c
-index 79c280d1efce..3fcf44342b14 100644
+index ef1394f7fcf9..5ee033a1f885 100644
 --- a/net/netfilter/nf_conntrack_standalone.c
 +++ b/net/netfilter/nf_conntrack_standalone.c
-@@ -179,6 +179,7 @@ static void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct)
+@@ -176,6 +176,7 @@ static void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct)
  	u32 len;
  	char *secctx;
  	struct lsmblob blob;
@@ -386,7 +384,7 @@
  
  	lsmblob_init(&blob, ct->secmark);
  	ret = security_secid_to_secctx(&blob, &secctx, &len);
-@@ -187,7 +188,8 @@ static void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct)
+@@ -184,7 +185,8 @@ static void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct)
  
  	seq_printf(s, "secctx=%s ", secctx);
  
@@ -397,10 +395,10 @@
  #else
  static inline void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct)
 diff --git a/net/netfilter/nfnetlink_queue.c b/net/netfilter/nfnetlink_queue.c
-index 62c0c5b847c6..5961a9b17f66 100644
+index 1956b0312ec7..08ca87fa97b7 100644
 --- a/net/netfilter/nfnetlink_queue.c
 +++ b/net/netfilter/nfnetlink_queue.c
-@@ -397,6 +397,7 @@ nfqnl_build_packet_message(struct net *net, struct nfqnl_instance *queue,
+@@ -398,6 +398,7 @@ nfqnl_build_packet_message(struct net *net, struct nfqnl_instance *queue,
  	enum ip_conntrack_info ctinfo;
  	struct nfnl_ct_hook *nfnl_ct;
  	bool csum_verify;
@@ -408,7 +406,7 @@
  	char *secdata = NULL;
  	u32 seclen = 0;
  
-@@ -626,8 +627,10 @@ nfqnl_build_packet_message(struct net *net, struct nfqnl_instance *queue,
+@@ -630,8 +631,10 @@ nfqnl_build_packet_message(struct net *net, struct nfqnl_instance *queue,
  	}
  
  	nlh->nlmsg_len = skb->len;
@@ -421,7 +419,7 @@
  	return skb;
  
  nla_put_failure:
-@@ -635,8 +638,10 @@ nfqnl_build_packet_message(struct net *net, struct nfqnl_instance *queue,
+@@ -639,8 +642,10 @@ nfqnl_build_packet_message(struct net *net, struct nfqnl_instance *queue,
  	kfree_skb(skb);
  	net_err_ratelimited("nf_queue: error creating packet message\n");
  nlmsg_failure:
@@ -435,7 +433,7 @@
  }
  
 diff --git a/net/netlabel/netlabel_unlabeled.c b/net/netlabel/netlabel_unlabeled.c
-index 15b53fc4e83f..7cb6f27c8cb2 100644
+index 93240432427f..32b6eea7ba0c 100644
 --- a/net/netlabel/netlabel_unlabeled.c
 +++ b/net/netlabel/netlabel_unlabeled.c
 @@ -374,6 +374,7 @@ int netlbl_unlhsh_add(struct net *net,
@@ -465,7 +463,7 @@
  	char *secctx;
  	u32 secctx_len;
  	struct lsmblob blob;
-@@ -508,7 +512,9 @@ static int netlbl_unlhsh_remove_addr4(struct net *net,
+@@ -509,7 +513,9 @@ static int netlbl_unlhsh_remove_addr4(struct net *net,
  		    security_secid_to_secctx(&blob,
  					     &secctx, &secctx_len) == 0) {
  			audit_log_format(audit_buf, " sec_obj=%s", secctx);
@@ -476,7 +474,7 @@
  		}
  		audit_log_format(audit_buf, " res=%u", entry != NULL ? 1 : 0);
  		audit_log_end(audit_buf);
-@@ -545,6 +551,7 @@ static int netlbl_unlhsh_remove_addr6(struct net *net,
+@@ -546,6 +552,7 @@ static int netlbl_unlhsh_remove_addr6(struct net *net,
  	struct netlbl_unlhsh_addr6 *entry;
  	struct audit_buffer *audit_buf;
  	struct net_device *dev;
@@ -484,7 +482,7 @@
  	char *secctx;
  	u32 secctx_len;
  	struct lsmblob blob;
-@@ -574,7 +581,8 @@ static int netlbl_unlhsh_remove_addr6(struct net *net,
+@@ -576,7 +583,8 @@ static int netlbl_unlhsh_remove_addr6(struct net *net,
  		    security_secid_to_secctx(&blob,
  					     &secctx, &secctx_len) == 0) {
  			audit_log_format(audit_buf, " sec_obj=%s", secctx);
@@ -494,7 +492,7 @@
  		}
  		audit_log_format(audit_buf, " res=%u", entry != NULL ? 1 : 0);
  		audit_log_end(audit_buf);
-@@ -1093,6 +1101,7 @@ static int netlbl_unlabel_staticlist_gen(u32 cmd,
+@@ -1095,6 +1103,7 @@ static int netlbl_unlabel_staticlist_gen(u32 cmd,
  	int ret_val = -ENOMEM;
  	struct netlbl_unlhsh_walk_arg *cb_arg = arg;
  	struct net_device *dev;
@@ -502,7 +500,7 @@
  	void *data;
  	u32 secid;
  	char *secctx;
-@@ -1163,7 +1172,9 @@ static int netlbl_unlabel_staticlist_gen(u32 cmd,
+@@ -1165,7 +1174,9 @@ static int netlbl_unlabel_staticlist_gen(u32 cmd,
  			  NLBL_UNLABEL_A_SECCTX,
  			  secctx_len,
  			  secctx);
@@ -536,10 +534,10 @@
  
  	return audit_buf;
 diff --git a/security/security.c b/security/security.c
-index cfd75659e7e6..5e6d088d94fb 100644
+index df51140a4d93..f1c1b387bc63 100644
 --- a/security/security.c
 +++ b/security/security.c
-@@ -2363,16 +2363,17 @@ int security_secctx_to_secid(const char *secdata, u32 seclen,
+@@ -2301,16 +2301,17 @@ int security_secctx_to_secid(const char *secdata, u32 seclen,
  }
  EXPORT_SYMBOL(security_secctx_to_secid);
  
@@ -563,5 +561,5 @@
  EXPORT_SYMBOL(security_release_secctx);
  
 -- 
-2.31.1
+2.29.2
 
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help