Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched\coredump.h Create Date:2022-07-28 05:38:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:This returns the actual value of the suid_dumpable flag. For things* that are using this for checking for privilege transitions, it must* test against SUID_DUMP_USER rather than treating it as a boolean* value.

Proto:static inline int __get_dumpable(unsigned long mm_flags)

Type:int

Parameter:

TypeParameterName
unsigned longmm_flags
26  Return mm_flags & MMF_DUMPABLE_MASK
Caller
NameDescribe
format_corenamermat_corename will inspect the pattern parameter, and output a* name into corename, which must have space for at least* CORENAME_MAX_SIZE bytes plus one byte for the zero terminator.
do_coredump