index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
/
hooks.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
selinux: simplify ioctl checking
Stephen Smalley
2008-07-14
1
-40
/
+8
*
SELinux: enable processes with mac_admin to get the raw inode contexts
Stephen Smalley
2008-07-14
1
-4
/
+23
*
Security: split proc ptrace checking into read vs. attach
Stephen Smalley
2008-07-14
1
-2
/
+11
*
SELinux: keep the code clean formating and syntax
Eric Paris
2008-07-14
1
-7
/
+11
*
selinux: support deferred mapping of contexts
Stephen Smalley
2008-07-14
1
-4
/
+16
*
[PATCH] split linux/file.h
Al Viro
2008-05-01
1
-0
/
+1
*
signals: cleanup security_task_kill() usage/implementation
Oleg Nesterov
2008-04-30
1
-3
/
+0
*
Security: Make secctx_to_secid() take const secdata
David Howells
2008-04-29
1
-1
/
+1
*
keys: don't generate user and user session keyrings unless they're accessed
David Howells
2008-04-29
1
-8
/
+0
*
keys: add keyctl function to get a security label
David Howells
2008-04-29
1
-0
/
+15
*
xattr: add missing consts to function arguments
David Howells
2008-04-29
1
-6
/
+8
*
capabilities: implement per-process securebits
Andrew G. Morgan
2008-04-28
1
-2
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2008-04-22
1
-4
/
+4
|
\
|
*
[PATCH] switch a bunch of LSM hooks from nameidata to path
Al Viro
2008-04-21
1
-4
/
+4
*
|
SELinux: no BUG_ON(!ss_initialized) in selinux_clone_mnt_opts
Eric Paris
2008-04-22
1
-3
/
+12
|
/
*
SELinux: whitespace and formating fixes for hooks.c
Eric Paris
2008-04-21
1
-250
/
+245
*
SELinux: clean up printks
Eric Paris
2008-04-21
1
-8
/
+9
*
Security: Introduce security= boot parameter
Ahmed S. Darwish
2008-04-19
1
-0
/
+7
*
SELinux: use new audit hooks, remove redundant exports
Ahmed S. Darwish
2008-04-19
1
-0
/
+8
*
SELinux: setup new inode/ipc getsecid hooks
Ahmed S. Darwish
2008-04-19
1
-2
/
+17
*
SELinux: Add network port SID cache
Paul Moore
2008-04-18
1
-12
/
+8
*
SELinux: turn mount options strings into defines
Eric Paris
2008-04-18
1
-8
/
+8
*
selinux: remove ptrace_sid
Roland McGrath
2008-04-18
1
-24
/
+47
*
security: code cleanup
Andrew Morton
2008-04-18
1
-1
/
+1
*
security: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-18
1
-8
/
+8
*
SELinux: create new open permission
Eric Paris
2008-04-18
1
-1
/
+30
*
SELinux: remove unused backpointers from security objects
James Morris
2008-04-18
1
-7
/
+0
*
SELinux: Correct the NetLabel locking for the sk_security_struct
Paul Moore
2008-04-18
1
-2
/
+2
*
SELinux: don't BUG if fs reuses a superblock
Eric Paris
2008-04-10
1
-4
/
+4
*
SELinux: more GFP_NOFS fixups to prevent selinux from re-entering the fs code
Stephen Smalley
2008-04-08
1
-3
/
+4
*
selinux: prevent rentry into the FS
Josef Bacik
2008-04-04
1
-2
/
+2
*
selinux: handle files opened with flags 3 by checking ioctl permission
Stephen Smalley
2008-04-02
1
-0
/
+6
*
make selinux_parse_opts_str() static
Adrian Bunk
2008-03-18
1
-1
/
+2
*
LSM/SELinux: Interfaces to allow FS to control mount options
Eric Paris
2008-03-06
1
-81
/
+94
*
d_path: Use struct path in struct avc_audit_data
Jan Blunck
2008-02-14
1
-16
/
+12
*
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
2008-02-14
1
-2
/
+2
*
selinux: support 64-bit capabilities
Stephen Smalley
2008-02-11
1
-2
/
+19
*
VFS/Security: Rework inode_getsecurity and callers to return resulting buffer
David P. Quigley
2008-02-05
1
-28
/
+15
*
selinux: make selinux_set_mnt_opts() static
Adrian Bunk
2008-01-30
1
-2
/
+2
*
SELinux: Add warning messages on network denial due to error
Paul Moore
2008-01-30
1
-5
/
+24
*
SELinux: Add network ingress and egress control permission checks
Paul Moore
2008-01-30
1
-122
/
+280
*
SELinux: Allow NetLabel to directly cache SIDs
Paul Moore
2008-01-30
1
-5
/
+1
*
SELinux: Enable dynamic enable/disable of the network access checks
Paul Moore
2008-01-30
1
-9
/
+37
*
SELinux: Better integration between peer labeling subsystems
Paul Moore
2008-01-30
1
-92
/
+112
*
SELinux: Add a network node caching mechanism similar to the sel_netif_*() fu...
Paul Moore
2008-01-30
1
-16
/
+17
*
SELinux: Only store the network interface's ifindex
Paul Moore
2008-01-30
1
-2
/
+2
*
SELinux: Convert the netif code to use ifindex values
Paul Moore
2008-01-30
1
-2
/
+2
*
NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu...
Paul Moore
2008-01-30
1
-11
/
+22
*
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
2008-01-28
1
-2
/
+2
*
security: add a secctx_to_secid() hook
David Howells
2008-01-25
1
-0
/
+6
[next]