Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dcapability.h223 #define CAP_SYS_MODULE 16 macro
/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony/huygens/
H A Dchronyd.service17 CapabilityBoundingSet=~CAP_SYS_BOOT CAP_SYS_CHROOT CAP_SYS_MODULE CAP_SYS_PACCT
/openbmc/linux/kernel/
H A Dumh.c507 !capable(CAP_SYS_MODULE))) in proc_cap_handler()
/openbmc/linux/drivers/tty/
H A Dtty_ldisc.c153 if (!capable(CAP_SYS_MODULE) && !tty_ldisc_autoload) in tty_ldisc_get()
H A DKconfig185 CAP_SYS_MODULE permissions.
/openbmc/linux/net/core/
H A Ddev_ioctl.c647 if (no_module && capable(CAP_SYS_MODULE)) in dev_load()
/openbmc/linux/kernel/module/
H A Dmain.c706 if (!capable(CAP_SYS_MODULE) || modules_disabled) in SYSCALL_DEFINE2()
2633 if (!capable(CAP_SYS_MODULE) || modules_disabled) in may_init_module()