summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* SELinux: Move execmod to the common permsEric Paris2010-08-021-4/+3Star
* selinux: place open in the common file permsEric Paris2010-08-022-28/+11Star
* SELinux: special dontaudit for access checksEric Paris2010-08-023-8/+38
* security: make LSMs explicitly mask off permissionsEric Paris2010-08-021-0/+2
* SELinux: break ocontext reading into a separate functionEric Paris2010-08-021-111/+133
* SELinux: move genfs read to a separate functionEric Paris2010-08-021-105/+133
* selinux: fix error codes in symtab_init()Dan Carpenter2010-08-021-1/+1
* selinux: fix error codes in cond_read_bool()Dan Carpenter2010-08-021-5/+8
* selinux: fix error codes in cond_policydb_init()Dan Carpenter2010-08-021-2/+6
* selinux: fix error codes in cond_read_node()Dan Carpenter2010-08-021-8/+12
* selinux: fix error codes in cond_read_av_list()Dan Carpenter2010-08-021-6/+8
* selinux: propagate error codes in cond_read_list()Dan Carpenter2010-08-021-4/+6
* selinux: cleanup return codes in avtab_read_item()Dan Carpenter2010-08-021-20/+19Star
* selinux: use generic_file_llseekArnd Bergmann2010-08-021-0/+16
* security: move LSM xattrnames to xattr.hMimi Zohar2010-08-021-3/+0Star
* selinux: Use current_security() when possiblePaul Moore2010-08-021-11/+6Star
* selinux: Convert socket related access controls to use socket labelsPaul Moore2010-08-021-74/+45Star
* selinux: Shuffle the sk_security_struct alloc and free routinesPaul Moore2010-08-021-28/+17Star
* selinux: Consolidate sockcreate_sid logicPaul Moore2010-08-021-20/+12Star
* selinux: Set the peer label correctly on connected UNIX domain socketsPaul Moore2010-08-021-16/+14Star
* SELinux: seperate range transition rules to a seperate functionEric Paris2010-08-021-64/+75
* selinux: remove all rcu head initializationsPaul E. McKenney2010-08-022-3/+0Star
* switch selinux delayed superblock handling to iterate_supers()Al Viro2010-05-222-48/+8Star
* security/selinux/ss: Use kstrdupJulia Lawall2010-05-171-2/+1Star
* Merge branch 'master' into nextJames Morris2010-05-066-0/+6
|\
| * SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley2010-04-151-1/+1
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-307-1/+6
* | selinux: generalize disabling of execmem for plt-in-heap archsStephen Smalley2010-04-291-6/+8
* | LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONEEric Paris2010-04-281-2/+1Star
* | SELinux: return error codes on policy load failureEric Paris2010-04-211-15/+22
* | Security: Fix coding style in security/wzt.wzt@gmail.com2010-04-094-31/+31
* | selinux: always call sk_security_struct sksecEric Paris2010-04-083-36/+36
* | Merge branch 'master' into nextJames Morris2010-03-301-3/+3
|\|
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-3/+3
| |\
| | * fix comment typos in avc.cJustin P. Mattock2010-02-051-3/+3
* | | SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley2010-03-151-1/+1
* | | Merge branch 'next-queue' into nextJames Morris2010-03-096-6/+3Star
|\ \ \ | |/ / |/| |
| * | selinux: const strings in tablesStephen Hemminger2010-03-073-3/+3
| * | Selinux: Remove unused headers skbuff.h in selinux/nlmsgtab.cwzt.wzt@gmail.com2010-03-031-1/+0Star
| * | Selinux: Remove unused headers slab.h in selinux/ss/symtab.cwzt.wzt@gmail.com2010-03-021-1/+0Star
| * | Selinux: Remove unused headers list.h in selinux/netlink.cwzt.wzt@gmail.com2010-03-021-1/+0Star
* | | Merge branch 'next' into for-linusJames Morris2010-02-2811-265/+302
|\ \ \ | |/ / |/| |
| * | SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0David Howells2010-02-261-1/+1
| * | Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com2010-02-231-12/+1Star
| * | selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()KaiGai Kohei2010-02-211-4/+39
| * | security: fix a couple of sparse warningsJames Morris2010-02-161-2/+3
| * | selinux: fix memory leak in sel_make_boolsXiaotian Feng2010-02-081-0/+2
| * | syslog: use defined constants instead of raw numbersKees Cook2010-02-041-10/+11
| * | syslog: distinguish between /proc/kmsg and syscallsKees Cook2010-02-041-2/+3
| * | selinux: allow MLS->non-MLS and vice versa upon policy reloadGuido Trentalancia2010-02-039-59/+84