index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
landlock
/
fs.c
Age
Commit message (
Expand
)
Author
2024-11-09
landlock: Refactor filesystem access mask management
Mickaël Salaün
2024-09-16
landlock: Add signal scoping
Tahera Fahimi
2024-08-12
lsm: add the inode_free_security_rcu() LSM implementation hook
Paul Moore
2024-05-31
landlock: Fix d_parent walk
Mickaël Salaün
2024-05-13
landlock: Add IOCTL access right for character and block devices
Günther Noack
2024-03-08
landlock: Use f_cred in security_file_open() hook
Mickaël Salaün
2024-02-27
landlock: Add support for KUnit tests
Mickaël Salaün
2024-02-26
landlock: Fix asymmetric private inodes referring
Mickaël Salaün
2024-01-09
Merge tag 'landlock-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v6.6]
Günther Noack
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v6.1]
Günther Noack
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v5.15]
Günther Noack
2023-11-12
LSM: Identify modules by more than name
Casey Schaufler
2023-10-26
landlock: Refactor layer helpers
Konstantin Meskhidze
2023-10-26
landlock: Move and rename layer helpers
Konstantin Meskhidze
2023-10-26
landlock: Refactor landlock_find_rule/insert_rule helpers
Konstantin Meskhidze
2023-10-26
landlock: Allow FS topology changes for domains without such rule type
Mickaël Salaün
2023-10-26
landlock: Make ruleset's access masks more generic
Konstantin Meskhidze
2023-03-20
selinux: remove the runtime disable functionality
Paul Moore
2022-10-19
landlock: Support file truncation
Günther Noack
2022-10-19
landlock: Document init_layer_masks() helper
Günther Noack
2022-10-19
landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
Günther Noack
2022-09-29
landlock: Slightly improve documentation and fix spelling
Mickaël Salaün
2022-09-02
landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
2022-05-23
landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
2022-05-23
LSM: Remove double path_rename hook calls for RENAME_EXCHANGE
Mickaël Salaün
2022-05-23
landlock: Move filesystem helpers and add a new one
Mickaël Salaün
2022-05-23
landlock: Fix same-layer rule unions
Mickaël Salaün
2022-05-23
landlock: Create find_rule() from unmask_layers()
Mickaël Salaün
2022-05-23
landlock: Reduce the maximum number of layers to 16
Mickaël Salaün
2022-05-23
landlock: Define access_mask_t to enforce a consistent access mask size
Mickaël Salaün
2022-05-09
landlock: Format with clang-format
Mickaël Salaün
2022-05-09
landlock: Add clang-format exceptions
Mickaël Salaün
2021-04-22
landlock: Support filesystem access-control
Mickaël Salaün