aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds1-4/+8
2010-08-06SELINUX: Fix build error.Ralf Baechle1-1/+1
2010-08-02selinux: convert the policy type_attr_map to flex_arrayEric Paris3-13/+39
2010-08-02SELinux: Move execmod to the common permsEric Paris1-4/+3
2010-08-02selinux: place open in the common file permsEric Paris2-28/+11
2010-08-02SELinux: special dontaudit for access checksEric Paris3-8/+38
2010-08-02security: make LSMs explicitly mask off permissionsEric Paris1-0/+2
2010-08-02SELinux: break ocontext reading into a separate functionEric Paris1-111/+133
2010-08-02SELinux: move genfs read to a separate functionEric Paris1-105/+133
2010-08-02selinux: fix error codes in symtab_init()Dan Carpenter1-1/+1
2010-08-02selinux: fix error codes in cond_read_bool()Dan Carpenter1-5/+8
2010-08-02selinux: fix error codes in cond_policydb_init()Dan Carpenter1-2/+6
2010-08-02selinux: fix error codes in cond_read_node()Dan Carpenter1-8/+12
2010-08-02selinux: fix error codes in cond_read_av_list()Dan Carpenter1-6/+8
2010-08-02selinux: propagate error codes in cond_read_list()Dan Carpenter1-4/+6
2010-08-02selinux: cleanup return codes in avtab_read_item()Dan Carpenter1-20/+19
2010-08-02selinux: use generic_file_llseekArnd Bergmann1-0/+16
2010-08-02security: move LSM xattrnames to xattr.hMimi Zohar1-3/+0
2010-08-02selinux: Use current_security() when possiblePaul Moore1-11/+6
2010-08-02selinux: Convert socket related access controls to use socket labelsPaul Moore1-74/+45
2010-08-02selinux: Shuffle the sk_security_struct alloc and free routinesPaul Moore1-28/+17
2010-08-02selinux: Consolidate sockcreate_sid logicPaul Moore1-20/+12
2010-08-02selinux: Set the peer label correctly on connected UNIX domain socketsPaul Moore1-16/+14
2010-08-02SELinux: seperate range transition rules to a seperate functionEric Paris1-64/+75
2010-08-02selinux: remove all rcu head initializationsPaul E. McKenney2-3/+0
2010-07-16rlimits: selinux, do rlimits changes under task_lockOleg Nesterov1-2/+4
2010-07-16rlimits: add task_struct to update_rlimit_cpuJiri Slaby1-1/+2
2010-07-16rlimits: security, add task_struct to setrlimitJiri Slaby1-3/+4
2010-05-21switch selinux delayed superblock handling to iterate_supers()Al Viro2-48/+8
2010-05-17security/selinux/ss: Use kstrdupJulia Lawall1-2/+1
2010-05-06Merge branch 'master' into nextJames Morris6-0/+6
2010-04-29selinux: generalize disabling of execmem for plt-in-heap archsStephen Smalley1-6/+8
2010-04-28LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONEEric Paris1-2/+1
2010-04-21SELinux: return error codes on policy load failureEric Paris1-15/+22
2010-04-15SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley1-1/+1
2010-04-09Security: Fix coding style in security/wzt.wzt@gmail.com4-31/+31
2010-04-08selinux: always call sk_security_struct sksecEric Paris3-36/+36
2010-03-31Merge branch 'master' into nextJames Morris1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo7-1/+6
2010-03-16SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley1-1/+1
2010-03-09Merge branch 'next-queue' into nextJames Morris6-6/+3
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-3/+3
2010-03-08selinux: const strings in tablesStephen Hemminger3-3/+3
2010-03-04Selinux: Remove unused headers skbuff.h in selinux/nlmsgtab.cwzt.wzt@gmail.com1-1/+0
2010-03-03Selinux: Remove unused headers slab.h in selinux/ss/symtab.cwzt.wzt@gmail.com1-1/+0
2010-03-03Selinux: Remove unused headers list.h in selinux/netlink.cwzt.wzt@gmail.com1-1/+0
2010-03-01Merge branch 'next' into for-linusJames Morris11-265/+302
2010-02-26SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0David Howells1-1/+1
2010-02-25netlabel: fix export of SELinux categories > 127Joshua Roys1-1/+1
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com1-12/+1