Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dcapability.h223 #define CAP_SYS_MODULE 16 macro
/linux-6.15/kernel/
H A Dumh.c506 !capable(CAP_SYS_MODULE))) in proc_cap_handler()
/linux-6.15/drivers/tty/
H A Dtty_ldisc.c153 if (!capable(CAP_SYS_MODULE) && !tty_ldisc_autoload) in tty_ldisc_get()
H A DKconfig180 CAP_SYS_MODULE permissions.
/linux-6.15/net/core/
H A Ddev_ioctl.c681 if (no_module && capable(CAP_SYS_MODULE)) in dev_load()
/linux-6.15/kernel/module/
H A Dmain.c732 if (!capable(CAP_SYS_MODULE) || modules_disabled) in SYSCALL_DEFINE2()
3047 if (!capable(CAP_SYS_MODULE) || modules_disabled) in may_init_module()