|
@@ -19,8 +19,8 @@ struct scm_fp_list {
|
|
};
|
|
};
|
|
|
|
|
|
struct scm_cookie {
|
|
struct scm_cookie {
|
|
- struct ucred creds; /* Skb credentials */
|
|
|
|
struct scm_fp_list *fp; /* Passed files */
|
|
struct scm_fp_list *fp; /* Passed files */
|
|
|
|
+ struct ucred creds; /* Skb credentials */
|
|
#ifdef CONFIG_SECURITY_NETWORK
|
|
#ifdef CONFIG_SECURITY_NETWORK
|
|
u32 secid; /* Passed security ID */
|
|
u32 secid; /* Passed security ID */
|
|
#endif
|
|
#endif
|