index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Commit message (
Expand
)
Author
Age
Files
Lines
*
apparmor: add the ability to report a sha1 hash of loaded policy
John Johansen
2013-08-14
8
-6
/
+199
*
apparmor: export set of capabilities supported by the apparmor module
John Johansen
2013-08-14
4
-1
/
+15
*
apparmor: add the profile introspection file to interface
John Johansen
2013-08-14
1
-0
/
+236
*
apparmor: add an optional profile attachment string for profiles
John Johansen
2013-08-14
4
-0
/
+40
*
apparmor: add interface files for profiles and namespaces
John Johansen
2013-08-14
7
-29
/
+436
*
apparmor: allow setting any profile into the unconfined state
John Johansen
2013-08-14
5
-9
/
+22
*
apparmor: make free_profile available outside of policy.c
John Johansen
2013-08-14
3
-7
/
+7
*
apparmor: rework namespace free path
John Johansen
2013-08-14
2
-35
/
+10
*
apparmor: update how unconfined is handled
John Johansen
2013-08-14
3
-83
/
+67
*
apparmor: change how profile replacement update is done
John Johansen
2013-08-14
6
-87
/
+125
*
apparmor: convert profile lists to RCU based locking
John Johansen
2013-08-14
4
-111
/
+167
*
apparmor: provide base for multiple profiles to be replaced at once
John Johansen
2013-08-14
4
-146
/
+283
*
apparmor: add a features/policy dir to interface
John Johansen
2013-08-14
1
-0
/
+5
*
apparmor: enable users to query whether apparmor is enabled
John Johansen
2013-08-14
1
-1
/
+1
*
apparmor: remove minimum size check for vmalloc()
Tetsuo Handa
2013-08-14
1
-5
/
+0
*
xattr: Constify ->name member of "struct xattr".
Tetsuo Handa
2013-07-25
5
-24
/
+14
*
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2013-07-11
1
-1
/
+1
|
\
|
*
security: cap_inode_getsecctx returning garbage
J. Bruce Fields
2013-05-13
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-07-09
1
-1
/
+1
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-05
1
-20
/
+14
|
|
\
\
|
*
|
|
net: pass info struct via netdevice notifier
Jiri Pirko
2013-05-28
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2013-07-09
6
-15
/
+138
|
\
\
\
|
*
|
|
NFS: Extend NFS xattr handlers to accept the security namespace
David Quigley
2013-06-08
1
-0
/
+1
|
*
|
|
NFS: Client implementation of Labeled-NFS
David Quigley
2013-06-08
1
-0
/
+4
|
*
|
|
SELinux: Add new labeling type native labels
David Quigley
2013-06-08
3
-10
/
+32
|
*
|
|
LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.
David Quigley
2013-06-08
3
-5
/
+19
|
*
|
|
Security: Add Hook to test if the particular xattr is part of a MAC model.
David Quigley
2013-06-08
4
-0
/
+29
|
*
|
|
Security: Add hook to calculate context based on a negative dentry.
David Quigley
2013-06-08
3
-0
/
+53
|
|
/
/
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2013-07-03
31
-583
/
+949
|
\
\
\
|
*
|
|
evm: audit integrity metadata failures
Mimi Zohar
2013-06-20
1
-1
/
+14
|
*
|
|
integrity: move integrity_audit_msg()
Mimi Zohar
2013-06-20
7
-33
/
+36
|
*
|
|
Smack: Fix the bug smackcipso can't set CIPSO correctly
Passion,Zhao
2013-06-03
1
-1
/
+1
|
*
|
|
Smack: Fix possible NULL pointer dereference at smk_netlbl_mls()
Tetsuo Handa
2013-05-28
1
-0
/
+2
|
*
|
|
Smack: Add smkfstransmute mount option
Casey Schaufler
2013-05-28
2
-5
/
+21
|
*
|
|
Smack: Improve access check performance
Casey Schaufler
2013-05-28
4
-249
/
+282
|
*
|
|
Smack: Local IPv6 port based controls
Casey Schaufler
2013-05-28
2
-40
/
+319
|
*
|
|
apparmor: no need to delay vfree()
Al Viro
2013-05-12
1
-21
/
+3
|
*
|
|
Merge tag 'aa-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux...
James Morris
2013-05-12
19
-248
/
+286
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
apparmor: fix fully qualified name parsing
John Johansen
2013-04-28
1
-2
/
+4
|
|
*
|
apparmor: fix setprocattr arg processing for onexec
John Johansen
2013-04-28
1
-16
/
+21
|
|
*
|
apparmor: localize getting the security context to a few macros
John Johansen
2013-04-28
4
-21
/
+24
|
|
*
|
apparmor: fix sparse warnings
John Johansen
2013-04-28
2
-11
/
+11
|
|
*
|
apparmor: Fix smatch warning in aa_remove_profiles
John Johansen
2013-04-28
1
-8
/
+6
|
|
*
|
apparmor: fix the audit type table
John Johansen
2013-04-28
1
-1
/
+1
|
|
*
|
apparmor: reserve and mask off the top 8 bits of the base field
John Johansen
2013-04-28
1
-7
/
+9
|
|
*
|
apparmor: move the free_profile fn ahead of aa_alloc_profile
John Johansen
2013-04-28
1
-75
/
+75
|
|
*
|
apparmor: remove sid from profiles
John Johansen
2013-04-28
4
-21
/
+11
|
|
*
|
apparmor: move perm defines into policy_unpack
John Johansen
2013-04-28
2
-2
/
+3
|
|
*
|
apparmor: misc cleanup of match
John Johansen
2013-04-28
2
-8
/
+14
|
|
*
|
apparmor: relax the restrictions on setting rlimits
John Johansen
2013-04-28
1
-3
/
+12
[next]