index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
landlock
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-09
landlock: Optimize scope enforcement
Mickaël Salaün
1
-3
/
+15
2024-11-09
landlock: Refactor network access mask management
Mickaël Salaün
1
-22
/
+6
2024-11-09
landlock: Refactor filesystem access mask management
Mickaël Salaün
3
-32
/
+75
2024-09-24
Merge tag 'landlock-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-9
/
+269
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+11
2024-09-16
landlock: Add signal scoping
Tahera Fahimi
5
-2
/
+90
2024-09-16
landlock: Add abstract UNIX socket scoping
Tahera Fahimi
5
-8
/
+180
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-11
/
+11
2024-08-12
lsm: add the inode_free_security_rcu() LSM implementation hook
Paul Moore
1
-3
/
+6
2024-07-27
Merge tag 'landlock-6.11-rc1-houdini-fix' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-2
/
+9
2024-07-24
landlock: Don't lose track of restrictions on cred_transfer
Jann Horn
1
-2
/
+9
2024-07-18
landlock: Various documentation improvements
Günther Noack
1
-8
/
+9
2024-07-08
landlock: Use bit-fields for storing handled layer access masks
Günther Noack
3
-21
/
+9
2024-05-31
landlock: Fix d_parent walk
Mickaël Salaün
1
-2
/
+11
2024-05-13
landlock: Add IOCTL access right for character and block devices
Günther Noack
3
-5
/
+224
2024-03-08
landlock: Use f_cred in security_file_open() hook
Mickaël Salaün
1
-7
/
+11
2024-03-08
landlock: Rename "ptrace" files to "task"
Mickaël Salaün
4
-9
/
+9
2024-03-08
landlock: Simplify current_check_access_socket()
Mickaël Salaün
1
-4
/
+3
2024-03-07
landlock: Warn once if a Landlock action is requested while disabled
Mickaël Salaün
1
-3
/
+15
2024-02-27
landlock: Add support for KUnit tests
Mickaël Salaün
4
-0
/
+255
2024-02-26
landlock: Fix asymmetric private inodes referring
Mickaël Salaün
1
-2
/
+2
2024-01-09
Merge tag 'landlock-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-16
/
+17
2024-01-03
landlock: Optimize the number of calls to get_access_mask slightly
Günther Noack
1
-2
/
+3
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v6.6]
Günther Noack
1
-1
/
+1
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v6.1]
Günther Noack
1
-9
/
+9
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v5.15]
Günther Noack
2
-4
/
+4
2023-11-12
LSM: Identify modules by more than name
Casey Schaufler
6
-4
/
+11
2023-10-26
landlock: Support network rules with TCP bind and connect
Konstantin Meskhidze
9
-24
/
+414
2023-10-26
landlock: Refactor landlock_add_rule() syscall
Konstantin Meskhidze
1
-44
/
+45
2023-10-26
landlock: Refactor layer helpers
Konstantin Meskhidze
3
-42
/
+66
2023-10-26
landlock: Move and rename layer helpers
Konstantin Meskhidze
3
-115
/
+129
2023-10-26
landlock: Refactor merge/inherit_ruleset helpers
Konstantin Meskhidze
1
-42
/
+74
2023-10-26
landlock: Refactor landlock_find_rule/insert_rule helpers
Konstantin Meskhidze
3
-54
/
+165
2023-10-26
landlock: Allow FS topology changes for domains without such rule type
Mickaël Salaün
3
-40
/
+60
2023-10-26
landlock: Make ruleset's access masks more generic
Konstantin Meskhidze
5
-20
/
+50
2023-08-18
landlock: Annotate struct landlock_rule with __counted_by
Kees Cook
1
-1
/
+1
2023-06-12
hostfs: Fix ephemeral inodes
Mickaël Salaün
1
-1
/
+1
2023-03-20
selinux: remove the runtime disable functionality
Paul Moore
4
-5
/
+5
2022-10-19
landlock: Support file truncation
Günther Noack
5
-7
/
+126
2022-10-19
landlock: Document init_layer_masks() helper
Günther Noack
1
-0
/
+13
2022-10-19
landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
Günther Noack
1
-45
/
+44
2022-09-29
landlock: Fix documentation style
Mickaël Salaün
1
-20
/
+20
2022-09-29
landlock: Slightly improve documentation and fix spelling
Mickaël Salaün
1
-1
/
+1
2022-09-02
landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
1
-23
/
+25
2022-05-23
landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
3
-76
/
+528
2022-05-23
LSM: Remove double path_rename hook calls for RENAME_EXCHANGE
Mickaël Salaün
1
-1
/
+10
2022-05-23
landlock: Move filesystem helpers and add a new one
Mickaël Salaün
1
-41
/
+46
2022-05-23
landlock: Fix same-layer rule unions
Mickaël Salaün
2
-26
/
+54
2022-05-23
landlock: Create find_rule() from unmask_layers()
Mickaël Salaün
1
-13
/
+28
2022-05-23
landlock: Reduce the maximum number of layers to 16
Mickaël Salaün
3
-11
/
+12
[next]