Home
last modified time | relevance | path

Searched refs:MS_UNBINDABLE (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/security/tomoyo/
Dmount.c211 if (flags & (MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()
216 if (flags & (MS_SHARED | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()
221 if (flags & (MS_SHARED | MS_PRIVATE | MS_UNBINDABLE)) in tomoyo_mount_permission()
225 } else if (flags & MS_UNBINDABLE) { in tomoyo_mount_permission()
229 flags &= ~MS_UNBINDABLE; in tomoyo_mount_permission()
/Linux-v6.6/tools/include/uapi/linux/
Dmount.h31 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
/Linux-v6.6/include/uapi/linux/
Dmount.h31 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
/Linux-v6.6/security/apparmor/
Dmount.c59 if (flags & MS_UNBINDABLE) in audit_mnt_flags()
458 MS_UNBINDABLE); in aa_mount_change_type()
Dlsm.c592 MS_UNBINDABLE)) in apparmor_sb_mount()
/Linux-v6.6/fs/
Dpnode.c132 if (type == MS_UNBINDABLE) in change_mnt_propagation()
Dnamespace.c2532 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()
3657 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in path_mount()
3903 (MS_UNBINDABLE | MS_PRIVATE | MS_SLAVE | MS_SHARED)