Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22306
b: refs/heads/master
c: e6f5071
h: refs/heads/master
v: v3
  • Loading branch information
Catherine Zhang authored and David S. Miller committed Mar 21, 2006
1 parent 33295c7 commit 5921b3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 543d9cfeec4d58ad3fd974db5531b06b6b95deb4
refs/heads/master: e6f507196c2b50243beb09b1bfa4639f999d4d1e
10 changes: 10 additions & 0 deletions trunk/security/selinux/include/xfrm.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ static inline int selinux_xfrm_postroute_last(u32 isec_sid, struct sk_buff *skb)
{
return NF_ACCEPT;
}

static inline int selinux_socket_getpeer_stream(struct sock *sk)
{
return SECSID_NULL;
}

static inline int selinux_socket_getpeer_dgram(struct sk_buff *skb)
{
return SECSID_NULL;
}
#endif

#endif /* _SELINUX_XFRM_H_ */

0 comments on commit 5921b3f

Please sign in to comment.