Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dmount.c208 if (flags & (MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()
213 if (flags & (MS_SHARED | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()
218 if (flags & (MS_SHARED | MS_PRIVATE | MS_UNBINDABLE)) in tomoyo_mount_permission()
222 } else if (flags & MS_UNBINDABLE) { in tomoyo_mount_permission()
226 flags &= ~MS_UNBINDABLE; in tomoyo_mount_permission()
/Linux-v4.19/include/uapi/linux/
Dfs.h125 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
/Linux-v4.19/security/apparmor/
Dmount.c62 if (flags & MS_UNBINDABLE) in audit_mnt_flags()
465 MS_UNBINDABLE); in aa_mount_change_type()
Dlsm.c541 MS_UNBINDABLE)) in apparmor_sb_mount()
/Linux-v4.19/fs/
Dpnode.c132 if (type == MS_UNBINDABLE) in change_mnt_propagation()
Dnamespace.c2084 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()
2782 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in do_mount()