aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] remove dead prototypesCarl Spalletta2-2/+0
2004-07-28[PATCH] selinux: fix clearing of new personality bit on security transitionsStephen D. Smalley1-3/+3
2004-07-26[PATCH] security/selinux/hooks.c compile fixAlexander Viro1-0/+1
2004-07-17[PATCH] NX: clean up legacy binary supportIngo Molnar1-0/+3
2004-07-13[PATCH] Fix 'unsigned' < 0 checksMika Kukkonen1-1/+2
2004-07-10[PATCH] Use NULL instead of integer 0 in security/selinux/Chris Wright6-35/+35
2004-07-04[PATCH] selinux space savingChris Wright1-11/+2
2004-07-04[PATCH] selinux build fixChris Wright2-19/+18
2004-06-26[PATCH] SELinux: fix build with CONFIG_SECURITY_NETWORK=nStephen D. Smalley1-22/+29
2004-06-23[PATCH] SELinux: Extend and revise calls to secondary moduleAndrew Morton1-9/+85
2004-06-23[PATCH] rcu: avoid passing an argument to the callback functionAndrew Morton1-3/+3
2004-06-17Merge duplicate selinux network hooksLinus Torvalds1-0/+153
2004-06-17[PATCH] SELinux: Fine-grained Netlink support - SELinux changesJames Morris11-28/+522
2004-06-17[PATCH] SELinux: Fine-grained Netlink support - add sk to netlink_send hookJames Morris1-1/+1
2004-06-17[PATCH] SELinux: Fine-grained Netlink support - SELinux headers updateJames Morris4-253/+463
2004-06-17[PATCH] Fix sock_orphan race.James Morris1-16/+21
2004-06-15[SELINUX]: Fine-grained Netlink support - SELinux changesJames Morris10-28/+369
2004-06-15[SELINUX]: Fine-grained Netlink support - add sk to netlink_send hookJames Morris1-1/+1
2004-06-15[SELINUX]: Fine-grained Netlink support - SELinux headersJames Morris4-253/+463
2004-06-15[SELINUX]: Fix sock_orphan race.James Morris1-16/+21
2004-06-14[PATCH] __user annotation for selinux_shm_shmatChris Wright1-1/+1
2004-06-12[PATCH] sparse fix for void return in selinux/hooks.cAndrew Morton1-2/+2
2004-06-03[PATCH] sparse: selinux annotationAlexander Viro1-12/+13
2004-06-02[PATCH] selinux: check processed security context lengthAndrew Morton2-1/+6
2004-05-31[PATCH] SECURITY_SELINUX depends on NETAndrew Morton1-1/+1
2004-05-19[PATCH] SELinux: fix error handling in selinuxfsAndrew Morton1-4/+8
2004-05-10[PATCH] SElinux interface for reporting size of printk bufferAndrew Morton1-0/+1
2004-05-09[PATCH] selinux: reopen descriptors closed on exec to /dev/nullAndrew Morton3-4/+85
2004-05-08[NET]: Add sock_create_kern()James Morris1-6/+15
2004-04-26[PATCH] SELinux ptrace race fixAndrew Morton2-6/+12
2004-04-26[PATCH] credentials locking fixAndrew Morton1-11/+15
2004-04-20[PATCH] selinux: remove hardcoded policy assumption from get_user_sids() logicAndrew Morton1-2/+0
2004-04-20[PATCH] selinux: add runtime disableAndrew Morton3-2/+128
2004-04-20[PATCH] selinux: change context_to_sid handling for no-policy caseAndrew Morton1-3/+1
2004-04-20[PATCH] compute_creds raceAndrew Morton1-4/+4
2004-04-12[PATCH] policydb printk warningsAndrew Morton1-1/+1
2004-04-11[PATCH] selinux: remove ratelimit from avcAndrew Morton1-55/+0
2004-04-11[PATCH] selinux: Audit compute_sid errorsAndrew Morton1-20/+23
2004-04-11[PATCH] selinux: make IPv6 code work with audit frameworkAndrew Morton1-8/+9
2004-04-11[PATCH] Light-weight Auditing FrameworkAndrew Morton3-98/+79
2004-04-11[PATCH] From: James Morris <jmorris@redhat.com>Andrew Morton1-1/+1
2004-04-11[PATCH] selinux: add IPv6 supportAndrew Morton8-104/+422
2004-04-11[PATCH] selinux: fix struct typeAndrew Morton1-1/+1
2004-04-11[PATCH] Fix URLs in Kconfig filesAndrew Morton1-1/+1
2004-03-31[PATCH] Fix hugetlb-vs-memory overcommitAndrew Morton1-1/+3
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr1-1/+1
2004-03-26[PATCH] selinux: check return value for receive node permissionAndrew Morton1-0/+2
2004-03-18[PATCH] VM overcommit documentation fixesAndrew Morton1-1/+1
2004-03-15[PATCH] selinux: fix compute_av bugAndrew Morton1-1/+1
2004-03-15[PATCH] selinux: Conditional policy extension and MLS detection supportAndrew Morton14-95/+1480
2004-03-11[PATCH] selinux: clean up binary mount dataAndrew Morton1-17/+15
2004-02-24[PATCH] add syscalls.hAndrew Morton1-0/+1
2004-02-24[PATCH] Change ENOTSUPP to EOPNOTSUPPAndrew Morton1-2/+2
2004-02-18[PATCH] snprintf fixesAndrew Morton1-3/+3
2004-02-18[PATCH] NGROUPS 2.6.2rc2 + fixupsAndrew Morton1-1/+1
2004-02-18[SELINUX]: Forgot to add these in previous commit.David S. Miller1-0/+113
2004-02-18[SELINUX]: Event notifications via netlink.James Morris3-1/+7
2004-02-15[PATCH] SELinux: Fix error handling bug.Andrew Morton1-2/+3
2004-02-15[PATCH] selinux: mark avc_init with __initAndrew Morton2-2/+3
2004-02-15[PATCH] selinux: Allow non-root processes to read selinuxfs enforce nodeAndrew Morton1-1/+1
2004-02-15[PATCH] SELinux: context mount support - SELinux changes.Andrew Morton3-25/+303
2004-02-12[PATCH] selinux: Fix bugs in policy loading codeAndrew Morton2-7/+23
2004-02-03[PATCH] SElinux compile fixAndrew Morton2-0/+2
2004-01-20[PATCH] selinux build fixGerd Knorr1-0/+1
2004-01-20[PATCH] Move XATTR_SECURITY_PREFIX macro to common locationAndrew Morton1-4/+3
2004-01-18[PATCH] Add SEND_MSG and RECV_MSG controlsAndrew Morton1-4/+43
2004-01-18[PATCH] selinux: improve skb audit loggingAndrew Morton3-47/+75
2004-01-18[PATCH] selinux: Makefile cleanupAndrew Morton2-8/+4
2004-01-18[PATCH] selinux: Add dname to audit output when a path cannot be generated.Andrew Morton1-2/+11
2004-01-18[PATCH] selinux: Add SO_PEERSEC socket option and getpeersec LSM hook.Andrew Morton2-0/+100
2004-01-18[PATCH] selinux: socket_has_perm cleanupAndrew Morton1-115/+8
2004-01-18[PATCH] selinux: Add node_bind controlAndrew Morton5-6/+45
2004-01-18[PATCH] selinux: Add node controlsAndrew Morton1-4/+32
2004-01-18[PATCH] selinux: add netif controlsAndrew Morton5-1/+444
2004-01-18[PATCH] selinux: Add resource limit controlAndrew Morton3-4/+34
2003-12-29[PATCH] Add signal state inheritance control to SELinuxAndrew Morton3-1/+24
2003-12-29[PATCH] Remove use of nameidata by selinux_inode_permissionAndrew Morton1-4/+0
2003-12-29[PATCH] Reduce SELinux check on KDSKBENT/SENT ioctlsAndrew Morton1-2/+1
2003-12-29[PATCH] Fix SELinux build for "make O=..."Andrew Morton10-20/+41
2003-10-15[PATCH] SELINUX: add policyvers to selinuxfsAndrew Morton3-2/+44
2003-10-01[PATCH] Pass nameidata to security_inode_permission hookAndrew Morton1-1/+6
2003-10-01[PATCH] Fix bug in SELinux convert_contextAndrew Morton1-1/+3
2003-09-23[PATCH] SELinux leak fixesAndrew Morton2-57/+68
2003-09-09[PATCH] make selinux enable param config option, enabled byAndrew Morton4-7/+24
2003-09-03[PATCH] Enable SELinux via boot parameterAndrew Morton3-2/+21
2003-08-31[PATCH] Rework SELinux binprm hooksAndrew Morton2-35/+34
2003-08-31[PATCH] Fix SELinux format specifiersAndrew Morton2-6/+6
2003-08-31[PATCH] Fix SELinux avtabAndrew Morton2-2/+3
2003-08-31[PATCH] Fix selinux_file_fcntlAndrew Morton1-0/+2
2003-08-18[PATCH] SELinux check behavior valueAndrew Morton2-3/+11
2003-08-18[PATCH] Fix SELinux avc_log_lockAndrew Morton1-2/+3
2003-08-14[PATCH] SELinux inode security initAndrew Morton2-30/+34
2003-08-13[PATCH] Make SELinux security module compile on m68kGeert Uytterhoeven2-1/+2
2003-07-31[PATCH] selinux mergeAndrew Morton37-0/+12198