aboutsummaryrefslogtreecommitdiffstats
path: root/security
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-14Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-3/+3
2004-07-14[PATCH] Upgrade security/root_plug.c to new module parameter syntaxMika Kukkonen1-3/+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 Morris2-2/+2
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 Morris2-2/+2
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-14[PATCH] __user annotation for dummy_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-19[PATCH] security: add disable param to capabilities moduleAndrew Morton1-0/+10
2004-05-14[PATCH] security: minor cleanups in capability.cAndrew Morton1-8/+3
2004-05-14[PATCH] security: remove empty build of capability.oAndrew Morton2-6/+1
2004-05-10[PATCH] SElinux interface for reporting size of printk bufferAndrew Morton3-2/+3
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 Morris2-8/+18
2004-04-26[PATCH] SELinux ptrace race fixAndrew Morton2-6/+12
2004-04-26[PATCH] credentials locking fixAndrew Morton3-50/+29
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 Morton5-24/+57
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 Morton3-3/+9
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 Morton3-2/+10
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 Morton2-18/+17
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 Morton2-2/+2
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-15[PATCH] SELinux: context mount support - LSM/FSAndrew Morton1-1/+7
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-02-03[PATCH] rate limit nr_free_pagesAndrew Morton1-1/+14
2004-01-20[PATCH] selinux build fixGerd Knorr1-0/+1
2004-01-20[PATCH] Default hooks protecting the XATTR_SECURITY_PREFIX namespaceAndrew Morton3-0/+34
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 Morton3-11/+5
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 Morton3-0/+118
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 Morton2-2/+7
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-16[PATCH] root_plug fixupChris Wright3-331/+356
2003-09-16[PATCH] LSM comment fixupChris Wright1-3/+2
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-31[PATCH] vm_enough_memory microoptimisationAndrew Morton1-6/+7
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 Morton39-0/+12206
2003-07-02[PATCH] Security hook for vm_enough_memoryAndrew Morton2-0/+117
2003-06-25[PATCH] AT_SECURE auxv entryAndrew Morton2-0/+24
2003-06-13[PATCH] lsm: Remove inode_permission_lite hook (3/4)Chris Wright1-6/+0
2003-06-13[PATCH] lsm: Remove task_kmod_set_label hook (2/4)Chris Wright3-15/+0
2003-06-13[PATCH] lsm: Early init for security modules (1/4)Chris Wright3-3/+14
2003-06-01[PATCH] Root plug: remove USB bus walking functions, now use usb_find_device().Greg Kroah-Hartman1-59/+10
2003-06-01[PATCH] SECURITY_ROOTPLUG must depend on USBAdrian Bunk1-1/+1
2003-05-25[PATCH] devpts xattr handler for security labelsAndrew Morton1-0/+18
2003-05-25[PATCH] /proc/pid inode security labelsAndrew Morton1-0/+4
2003-05-25[PATCH] Process Attribute API for Security ModulesAndrew Morton1-0/+12
2003-05-07[PATCH] Change LSM hooks in setxattrAndrew Morton1-0/+6
2003-02-16Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman1-0/+1
2003-02-15mergeGreg Kroah-Hartman2-6/+37
2003-02-15Clean up ptrace_setoptions and PT_* constantsDaniel Jacobowitz1-0/+1
2003-02-08Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5David S. Miller1-1/+1
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds1-1/+1
2003-02-06[LSM]: Networking netlink socket capability hooks.James Morris2-0/+20
2003-02-06[LSM]: Networking AF_UNIX hooks.James Morris1-0/+15
2003-02-06[LSM]: Networking socket SKB receive hook.James Morris1-0/+5
2003-02-06[LSM]: Networking top-level socket operation hooks.James Morris1-1/+91
2003-02-06[LSM]: networking hooks, kconfig bits.James Morris2-0/+14
2003-02-06[PATCH] LSM: Add LSM syslog hook to 2.5.59Stephen D. Smalley2-0/+18
2003-02-06[PATCH] LSM: Add LSM sysctl hook to 2.5.59Stephen D. Smalley1-0/+6
2003-02-03Merge bk://lsm.bkbits.net/linus-2.5Greg Kroah-Hartman1-6/+13
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-3/+0
2003-02-02[PATCH] remove lock_kernel() from exec of setuid appsAndrew Morton1-6/+2
2003-01-15[PATCH] Replace inode_post_lookup hook with d_instantiate hookStephen D. Smalley1-6/+7
2003-01-15[PATCH] Add LSM hook to do_kern_mountStephen D. Smalley1-0/+6
2003-01-09[PATCH] 2.5.52-lsm-{dummy,ipc}.patchStephen D. Smalley1-0/+77
2002-12-17LSM: update the copyright dates for my entry.Greg Kroah-Hartman2-2/+2
2002-12-17LSM: Fix up the description of the root_plug code to try to make it clearer.Greg Kroah-Hartman2-2/+8
2002-12-17LSM: changed the dummy code to use the default operations logic.Greg Kroah-Hartman2-105/+7
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-12-04LSM: add the example rootplug moduleGreg Kroah-Hartman3-0/+200
2002-12-04LSM: remove "dummy" functions from the capability code, as they are no longer...Greg Kroah-Hartman1-531/+1
2002-12-04LSM: Added security_fixup_ops()Greg Kroah-Hartman2-74/+145
2002-11-25LSM: put CONFIG_SECURITY back into the Kconfig file (was lost in the merge)Greg Kroah-Hartman1-2/+13
2002-11-23MergeGreg Kroah-Hartman4-187/+171
2002-11-19[PATCH] remove duplicated assignment from sys_capget.Chris Wright1-1/+12
2002-11-18[PATCH] inode_mknod parametersAndries E. Brouwer2-4/+4
2002-10-29Delete old-style config files.Linus Torvalds2-11/+0
2002-10-29[PATCH] new kernel configuration 7/7Roman Zippel1-0/+15
2002-10-28LSM: remove last remanants of sys_security missed by last patch.Greg Kroah-Hartman1-7/+0
2002-10-28[PATCH] remove sys_securityChristoph Hellwig2-25/+0
2002-10-16LSM: Create CONFIG_SECURITY and disable it by default for now.Greg Kroah-Hartman4-162/+185
2002-10-16[PATCH] remove LSM file_llseek hookChristoph Hellwig2-12/+0
2002-10-16[PATCH] make LSM register functions GPLonly exportsChristoph Hellwig1-6/+6
2002-10-08[PATCH] Base set of LSM hooks for SysV IPCStephen D. Smalley2-0/+93
2002-08-27Don't paste __FUNCTION__, that's deprecated.Linus Torvalds1-14/+14
2002-07-29Chris Wright points out that this was also missed in theLinus Torvalds1-1/+1
2002-07-29Update file lock security check to match the API changeLinus Torvalds1-1/+1
2002-07-22LSM: fixed typo that happened in mergeGreg Kroah-Hartman1-1/+1
2002-07-22LSM: convert initializers to C99 style.Greg Kroah-Hartman2-109/+109
2002-07-22mergeGreg Kroah-Hartman2-4/+732
2002-07-21[PATCH] LSM: file related LSM hooksStephen D. Smalley2-0/+728
2002-07-21[PATCH] LSM to designated initializersAdam Bernau2-65/+65
2002-07-19Remove "tristate" for CONFIG_SECURITY_CAPABILITIES, makeLinus Torvalds1-1/+0
2002-07-19LSM: for now, always set CONFIG_SECURITY_CAPABILITIES to yGreg Kroah-Hartman1-0/+1
2002-07-19LSM: Add all of the new security/* files for basic task controlGreg Kroah-Hartman6-0/+980