| /Linux-v5.4/security/integrity/ima/ |
| D | ima_mok.c | 26 struct key_restriction *restriction; in ima_mok_init() local 30 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in ima_mok_init() 31 if (!restriction) in ima_mok_init() 34 restriction->check = restrict_link_by_builtin_trusted; in ima_mok_init() 42 restriction, NULL); in ima_mok_init()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | tt.c | 87 struct iwl_tt_restriction *restriction; in iwl_ht_enabled() local 91 restriction = tt->restriction + tt->state; in iwl_ht_enabled() 92 return restriction->is_ht; in iwl_ht_enabled() 123 struct iwl_tt_restriction *restriction; in iwl_tx_ant_restriction() local 127 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction() 128 return restriction->tx_stream; in iwl_tx_ant_restriction() 134 struct iwl_tt_restriction *restriction; in iwl_rx_ant_restriction() local 138 restriction = tt->restriction + tt->state; in iwl_rx_ant_restriction() 139 return restriction->rx_stream; in iwl_rx_ant_restriction() 614 tt->restriction = kcalloc(IWL_TI_STATE_MAX, in iwl_tt_initialize() [all …]
|
| D | tt.h | 96 struct iwl_tt_restriction *restriction; member
|
| /Linux-v5.4/security/integrity/ |
| D | digsig.c | 99 struct key_restriction *restriction) in __integrity_init_keyring() argument 106 KEY_ALLOC_NOT_IN_QUOTA, restriction, NULL); in __integrity_init_keyring() 122 struct key_restriction *restriction; in integrity_init_keyring() local 129 restriction = NULL; in integrity_init_keyring() 136 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in integrity_init_keyring() 137 if (!restriction) in integrity_init_keyring() 140 restriction->check = restrict_link_to_ima; in integrity_init_keyring() 144 return __integrity_init_keyring(id, perm, restriction); in integrity_init_keyring()
|
| /Linux-v5.4/certs/ |
| D | system_keyring.c | 79 struct key_restriction *restriction; in get_builtin_and_secondary_restriction() local 81 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in get_builtin_and_secondary_restriction() 83 if (!restriction) in get_builtin_and_secondary_restriction() 86 restriction->check = restrict_link_by_builtin_and_secondary_trusted; in get_builtin_and_secondary_restriction() 88 return restriction; in get_builtin_and_secondary_restriction()
|
| /Linux-v5.4/crypto/asymmetric_keys/ |
| D | asymmetric_type.c | 475 const char *restriction) in asymmetric_lookup_restriction() argument 482 if (strcmp("builtin_trusted", restriction) == 0) in asymmetric_lookup_restriction() 486 if (strcmp("builtin_and_secondary_trusted", restriction) == 0) in asymmetric_lookup_restriction() 490 parse_buf = kstrndup(restriction, PAGE_SIZE, GFP_KERNEL); in asymmetric_lookup_restriction()
|
| /Linux-v5.4/security/yama/ |
| D | Kconfig | 9 access controls. Currently available is ptrace scope restriction.
|
| /Linux-v5.4/LICENSES/exceptions/ |
| D | GCC-exception-2.0 | 15 distribute those programs without any restriction coming from the use of
|
| /Linux-v5.4/Documentation/RCU/ |
| D | UP.rst | 84 What locking restriction must RCU callbacks respect? 114 What locking restriction must RCU callbacks respect? 130 This restriction might seem gratuitous, since very few RCU
|
| /Linux-v5.4/security/keys/ |
| D | keyctl.c | 1658 char *restriction = NULL; in keyctl_restrict_keyring() local 1674 restriction = strndup_user(_restriction, PAGE_SIZE); in keyctl_restrict_keyring() 1675 if (IS_ERR(restriction)) { in keyctl_restrict_keyring() 1676 ret = PTR_ERR(restriction); in keyctl_restrict_keyring() 1684 ret = keyring_restrict(key_ref, _type ? type : NULL, restriction); in keyctl_restrict_keyring() 1685 kfree(restriction); in keyctl_restrict_keyring()
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | arm-realview-eb-11mp-bbrevd.dts | 6 * in the Software without restriction, including without limitation the rights
|
| D | arm-realview-eb-a9mp-bbrevd.dts | 6 * in the Software without restriction, including without limitation the rights
|
| D | arm-realview-eb-bbrevd.dts | 6 * in the Software without restriction, including without limitation the rights
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| D | gpcgf100.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
| D | gpcgf117.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
| D | gpcgk110.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
| D | gpcgk208.fuc5 | 6 * to deal in the Software without restriction, including without limitation
|
| D | hubgm107.fuc5 | 6 * to deal in the Software without restriction, including without limitation
|
| D | hubgk110.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
| D | hubgk208.fuc5 | 6 * to deal in the Software without restriction, including without limitation
|
| D | gpcgk104.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
| D | gpcgm107.fuc5 | 6 * to deal in the Software without restriction, including without limitation
|
| D | hubgf100.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
| /Linux-v5.4/LICENSES/preferred/ |
| D | MIT | 16 to deal in the Software without restriction, including without limitation
|
| /Linux-v5.4/Documentation/virt/ |
| D | paravirt_ops.rst | 9 different hypervisors, this restriction was removed with pv_ops.
|