Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
c6328099
Commit
c6328099
authored
Jul 08, 2016
by
James Morris
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'smack-for-4.8' of
https://github.com/cschaufler/smack-next
into next
parents
f6041c1d
ece38248
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
MAINTAINERS
MAINTAINERS
+1
-1
security/smack/smack_lsm.c
security/smack/smack_lsm.c
+3
-0
No files found.
MAINTAINERS
View file @
c6328099
...
...
@@ -10530,7 +10530,7 @@ SMACK SECURITY MODULE
M: Casey Schaufler <casey@schaufler-ca.com>
L: linux-security-module@vger.kernel.org
W: http://schaufler-ca.com
T: git git://git
.gitorious.org/smack-next/kernel.gi
t
T: git git://git
hub.com/cschaufler/smack-nex
t
S: Maintained
F: Documentation/security/Smack.txt
F: security/smack/
...
...
security/smack/smack_lsm.c
View file @
c6328099
...
...
@@ -2227,6 +2227,9 @@ static int smack_task_kill(struct task_struct *p, struct siginfo *info,
struct
smack_known
*
tkp
=
smk_of_task_struct
(
p
);
int
rc
;
if
(
!
sig
)
return
0
;
/* null signal; existence test */
smk_ad_init
(
&
ad
,
__func__
,
LSM_AUDIT_DATA_TASK
);
smk_ad_setfield_u_tsk
(
&
ad
,
p
);
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment