- a135ce4 Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years ago
- 5fe3757 selinux: Use struct_size() helper in kmalloc() by Xiu Jianfeng · 3 years, 1 month ago
- dc27f3c selinux: fix NULL-pointer dereference when hashtab allocation fails by Ondrej Mosnacek · 3 years, 1 month ago
- e9fd729 selinux: fix all of the W=1 build warnings by Paul Moore · 4 years, 1 month ago
- cbfcd13 selinux: fix race condition when computing ocontext SIDs by Ondrej Mosnacek · 3 years, 5 months ago
- befa491 Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 4 months ago
- 4c15608 selinux: correct the return value when loads initial sids by Xiu Jianfeng · 3 years, 5 months ago
- 893c47d selinux: return early for possible NULL audit buffers by Austin Kim · 3 years, 6 months ago
- d0a8331 selinux: Fix kernel-doc by Yang Li · 3 years, 7 months ago
- fd781f4 selinux: Remove redundant assignment to rc by Jiapeng Chong · 3 years, 8 months ago
- e1cce3a selinux: constify some avtab function arguments by Ondrej Mosnacek · 3 years, 9 months ago
- fba472b selinux: simplify duplicate_policydb_cond_list() by using kmemdup() by Ondrej Mosnacek · 3 years, 9 months ago
- 17ae69a Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 3 years, 8 months ago
- f1c921f Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 8 months ago
- 1aea780 LSM: Infrastructure management of the superblock by Casey Schaufler · 3 years, 8 months ago
- 60144b2 Merge tag 'selinux-pr-20210409' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 9 months ago
- 9ad6e9cb selinux: fix race between old and new sidtab by Ondrej Mosnacek · 3 years, 9 months ago
- d8f5f0e selinux: fix cond_list corruption when changing booleans by Ondrej Mosnacek · 3 years, 9 months ago
- 442dc00 selinux: make nslot handling in avtab more robust by Ondrej Mosnacek · 3 years, 9 months ago
- 8419639 Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 9 months ago
- 6406887 selinux: fix variable scope issue in live sidtab conversion by Ondrej Mosnacek · 3 years, 10 months ago
- 63ddf1b selinux: fix misspellings using codespell tool by Xiong Zhenwu · 3 years, 10 months ago
- 2554a48 selinux: measure state and policy capabilities by Lakshmi Ramasubramanian · 3 years, 11 months ago
- d643a99 Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 3 years, 10 months ago
- fdd1ffe selinux: include a consumer of the new IMA critical data hook by Lakshmi Ramasubramanian · 4 years ago
- cd2bb4c selinux: mark some global variables __ro_after_init by Ondrej Mosnacek · 4 years ago
- 3c797e5 selinux: drop the unnecessary aurule_callback variable by Ondrej Mosnacek · 4 years ago
- 44141f5 selinux: allow dontauditx and auditallowx rules to take effect without allowx by bauen1 · 4 years, 3 months ago
- 7b54081 Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 3 months ago
- e8ba53d0 selinux: access policycaps with READ_ONCE/WRITE_ONCE by Stephen Smalley · 4 years, 4 months ago
- 66ccd25 selinux: simplify away security_policydb_len() by Ondrej Mosnacek · 4 years, 4 months ago
- 9ff9abc selinux: move policy mutex to selinux_state, use in lockdep checks by Stephen Smalley · 4 years, 4 months ago
- 0256b0a selinux: fix error handling bugs in security_load_policy() by Dan Carpenter · 4 years, 4 months ago
- 1b8b31a selinux: convert policy read-write lock to RCU by Stephen Smalley · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 8792293 selinux: fix memdup.cocci warnings by kernel test robot · 4 years, 4 months ago
- 37ea433 selinux: avoid dereferencing the policy prior to initialization by Stephen Smalley · 4 years, 4 months ago
- 69ea651 selinux: fix allocation failure check on newpolicy->sidtab by Colin Ian King · 4 years, 4 months ago
- c7c556f selinux: refactor changing booleans by Stephen Smalley · 4 years, 5 months ago
- 02a52c5 selinux: move policy commit after updating selinuxfs by Stephen Smalley · 4 years, 5 months ago
- 4616980 selinux: encapsulate policy state, refactor policy load by Stephen Smalley · 4 years, 5 months ago
- 339949b scripts/selinux,selinux: update mdp to enable policy capabilities by Stephen Smalley · 4 years, 5 months ago
- 49e917d Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 5 months ago
- 54b27f9 selinux: complete the inlining of hashtab functions by Ondrej Mosnacek · 4 years, 6 months ago
- 24def7b selinux: prepare for inlining of hashtab functions by Ondrej Mosnacek · 4 years, 6 months ago
- 237389e selinux: specialize symtab insert and search functions by Ondrej Mosnacek · 4 years, 6 months ago
- 65d9635 selinux: fixed a checkpatch warning with the sizeof macro by Ethan Edwards · 4 years, 6 months ago
- 7383c0f selinux: log error messages on required process class / permissions by Stephen Smalley · 4 years, 6 months ago
- 817d914 Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 6 months ago
- 8231b0b selinux: fix undefined return of cond_evaluate_expr by Tom Rix · 4 years, 6 months ago
- aa449a7 selinux: fix a double free in cond_read_node()/cond_read_list() by Tom Rix · 4 years, 7 months ago
- 65de509 selinux: fix double free by Tom Rix · 4 years, 7 months ago
- f41030a Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 7 months ago
- 03414a4 selinux: do not allocate hashtabs dynamically by Ondrej Mosnacek · 4 years, 8 months ago
- 46619b4 selinux: fix return value on error in policydb_read() by Ondrej Mosnacek · 4 years, 8 months ago
- 3348bd3 selinux: simplify range_write() by Ondrej Mosnacek · 4 years, 8 months ago
- 4c09f8b selinux: fix error return code in policydb_read() by Wei Yongjun · 4 years, 8 months ago
- 39e16d9 Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 8 months ago
- 292fed1 selinux: fix error return code in cond_read_list() by Wei Yongjun · 4 years, 8 months ago
- 9521eb3 selinux: don't produce incorrect filename_trans_count by Ondrej Mosnacek · 4 years, 8 months ago
- 4300590 selinux: implement new format of filename transitions by Ondrej Mosnacek · 4 years, 9 months ago
- 225621c selinux: move context hashing under sidtab by Ondrej Mosnacek · 4 years, 9 months ago
- 5007728 selinux: hash context structure directly by Ondrej Mosnacek · 4 years, 9 months ago
- e67b2ec selinux: store role transitions in a hash table by Ondrej Mosnacek · 4 years, 9 months ago
- 9786cab Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 9 months ago
- 433e3aa selinux: drop unnecessary smp_load_acquire() call by Ondrej Mosnacek · 4 years, 9 months ago
- af15f14 selinux: free str on error in str_read() by Ondrej Mosnacek · 4 years, 9 months ago
- 4b85039 selinux: fix warning Comparison to bool by Zou Wei · 4 years, 9 months ago
- b3aa112 Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 9 months ago
- c753924 selinux: clean up indentation issue with assignment statement by Colin Ian King · 4 years, 9 months ago
- 5e729e1 selinux: avtab_init() and cond_policydb_init() return void by Paul Moore · 4 years, 10 months ago
- 34a2dab selinux: clean up error path in policydb_init() by Ondrej Mosnacek · 4 years, 10 months ago
- e3e0b58 selinux: remove unused initial SIDs and improve handling by Stephen Smalley · 4 years, 10 months ago
- e0ac568 selinux: reduce the use of hard-coded hash sizes by Ondrej Mosnacek · 4 years, 10 months ago
- c3a2761 selinux: optimize storage of filename transitions by Ondrej Mosnacek · 4 years, 10 months ago
- 253050f selinux: factor out loop body from filename_trans_read() by Ondrej Mosnacek · 4 years, 11 months ago
- 89d4d7c selinux: generalize evaluate_cond_node() by Ondrej Mosnacek · 5 years ago
- 8794d78 selinux: convert cond_expr to array by Ondrej Mosnacek · 5 years ago
- 2b3a003 selinux: convert cond_av_list to array by Ondrej Mosnacek · 5 years ago
- 60abd31 selinux: convert cond_list to array by Ondrej Mosnacek · 5 years ago
- 7470d0d1 selinux: allow kernfs symlinks to inherit parent directory context by Christian Göttsche · 5 years ago
- 06c2efe selinux: simplify evaluate_cond_node() by Ondrej Mosnacek · 5 years ago
- 4b36cb7 selinux: move status variables out of selinux_ss by Ondrej Mosnacek · 5 years ago
- 39a706f selinux: fix sidtab string cache locking by Ondrej Mosnacek · 5 years ago
- dd89b9d selinux: do not allocate ancillary buffer on first load by Ondrej Mosnacek · 5 years ago
- ae3d8c2 selinux: fix wrong buffer types in policydb.c by Ondrej Mosnacek · 5 years ago
- 65cddd5 selinux: treat atomic flags more carefully by Ondrej Mosnacek · 5 years ago
- f126853 selinux: remove set but not used variable 'sidtab' by YueHaibing · 5 years ago
- 15b590a selinux: ensure the policy has been loaded before reading the sidtab stats by Paul Moore · 5 years ago
- 5c108d4 selinux: randomize layout of key structures by Stephen Smalley · 5 years ago
- d97bd23 selinux: cache the SID -> context string translation by Ondrej Mosnacek · 5 years ago
- 66f8e2f selinux: sidtab reverse lookup hash table by Jeff Vander Stoep · 5 years ago
- ba75082 Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago
- 2ef4591 Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago
- 42345b6 selinux: default_range glblub implementation by Joshua Brindle · 5 years ago
- 2a52439 selinux: fix context string corruption in convert_context() by Ondrej Mosnacek · 5 years ago
- 5825a95 Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago
- 116f21b selinux: avoid atomic_t usage in sidtab by Ondrej Mosnacek · 5 years ago
- f07ea1d selinux: policydb - rename type_val_to_struct_array by Ondrej Mosnacek · 5 years ago
- 2492aca selinux: policydb - fix some checkpatch.pl warnings by Ondrej Mosnacek · 5 years ago