diff options
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 4cafe6a19167..713c1648014f 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -3294,7 +3294,8 @@ static int selinux_inode_setxattr(struct dentry *dentry, const char *name, | |||
3294 | } else { | 3294 | } else { |
3295 | audit_size = 0; | 3295 | audit_size = 0; |
3296 | } | 3296 | } |
3297 | ab = audit_log_start(current->audit_context, GFP_ATOMIC, AUDIT_SELINUX_ERR); | 3297 | ab = audit_log_start(audit_context(), |
3298 | GFP_ATOMIC, AUDIT_SELINUX_ERR); | ||
3298 | audit_log_format(ab, "op=setxattr invalid_context="); | 3299 | audit_log_format(ab, "op=setxattr invalid_context="); |
3299 | audit_log_n_untrustedstring(ab, value, audit_size); | 3300 | audit_log_n_untrustedstring(ab, value, audit_size); |
3300 | audit_log_end(ab); | 3301 | audit_log_end(ab); |
@@ -6431,7 +6432,9 @@ static int selinux_setprocattr(const char *name, void *value, size_t size) | |||
6431 | audit_size = size - 1; | 6432 | audit_size = size - 1; |
6432 | else | 6433 | else |
6433 | audit_size = size; | 6434 | audit_size = size; |
6434 | ab = audit_log_start(current->audit_context, GFP_ATOMIC, AUDIT_SELINUX_ERR); | 6435 | ab = audit_log_start(audit_context(), |
6436 | GFP_ATOMIC, | ||
6437 | AUDIT_SELINUX_ERR); | ||
6435 | audit_log_format(ab, "op=fscreate invalid_context="); | 6438 | audit_log_format(ab, "op=fscreate invalid_context="); |
6436 | audit_log_n_untrustedstring(ab, value, audit_size); | 6439 | audit_log_n_untrustedstring(ab, value, audit_size); |
6437 | audit_log_end(ab); | 6440 | audit_log_end(ab); |