/linux-6.12.1/include/uapi/linux/ |
D | capability.h | 171 * Allow taking bits out of capability bounding set 172 * Allow modification of the securebits for a process 177 /* Allow modification of S_IMMUTABLE and S_APPEND file attributes */ 186 /* Allow broadcasting, listen to multicast */ 190 /* Allow interface configuration */ 191 /* Allow administration of IP firewall, masquerading and accounting */ 192 /* Allow setting debug option on sockets */ 193 /* Allow modification of routing tables */ 194 /* Allow setting arbitrary process / process group ownership on 196 /* Allow binding to any address for transparent proxying (also via NET_RAW) */ [all …]
|
/linux-6.12.1/security/ipe/ |
D | policy_tests.c | 20 "DEFAULT action=ALLOW", 26 "DEFAULT action=ALLOW", 32 "DEFAULT action=ALLOW\n" 39 "DEFAULT action=ALLOW\n" 46 "DEFAULT\taction=ALLOW\n" 48 "op=EXECUTE boot_verified=TRUE action=ALLOW\n" 51 "op=KMODULE boot_verified=TRUE action=ALLOW\n", 57 "DEFAULT\taction=ALLOW\n", 63 "DEFAULT action=ALLOW", 69 "DEFAULT action=ALLOW", [all …]
|
/linux-6.12.1/security/apparmor/include/ |
D | perms.h | 70 u32 allow; member 71 u32 deny; /* explicit deny, or conflict if allow also set */ 73 u32 subtree; /* allow perm on full subtree only when allow is set */ 74 u32 cond; /* set only when ~allow and ~deny */ 76 u32 kill; /* set only when ~allow | deny */ 77 u32 complain; /* accumulates only used when ~allow & ~deny */ 78 u32 prompt; /* accumulates only used when ~allow & ~deny */ 80 u32 audit; /* set only when allow is set */ 81 u32 quiet; /* set only when ~allow | deny */ 82 u32 hide; /* set only when ~allow | deny */ [all …]
|
/linux-6.12.1/drivers/nfc/st-nci/ |
D | st-nci.h | 65 * @FACTORY_MODE: Allow to set the driver into a mode where no secure element 67 * @HCI_CLEAR_ALL_PIPES: Allow to execute a HCI clear all pipes command. 69 * @HCI_DM_PUT_DATA: Allow to configure specific CLF registry as for example 71 * @HCI_DM_UPDATE_AID: Allow to configure an AID routing into the CLF routing 73 * @HCI_DM_GET_INFO: Allow to retrieve CLF information. 74 * @HCI_DM_GET_DATA: Allow to retrieve CLF configurable data such as low 76 * @HCI_DM_DIRECT_LOAD: Allow to load a firmware into the CLF. A complete 78 * @HCI_DM_RESET: Allow to run a CLF reset in order to "commit" CLF 80 * @HCI_GET_PARAM: Allow to retrieve an HCI CLF parameter (for example the 82 * @HCI_DM_FIELD_GENERATOR: Allow to generate different kind of RF [all …]
|
/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | ife.json | 20 "cmdUnderTest": "$TC actions add action ife encode allow mark pass index 2", 23 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2", 74 "cmdUnderTest": "$TC actions add action ife encode allow mark continue index 2", 77 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde… 234 "cmdUnderTest": "$TC actions add action ife encode allow prio pass index 9", 237 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow prio.*index 9", 315 "cmdUnderTest": "$TC actions add action ife encode allow prio drop index 9", 318 …"matchPattern": "action order [0-9]*: ife encode action drop.*type 0[xX]ED3E.*allow prio.*index 9", 448 "cmdUnderTest": "$TC actions add action ife encode allow tcindex pass index 1", 451 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow tcindex.*index… [all …]
|
/linux-6.12.1/drivers/nfc/st21nfca/ |
D | st21nfca.h | 74 * @FACTORY_MODE: Allow to set the driver into a mode where no secure element 76 * @HCI_CLEAR_ALL_PIPES: Allow to execute a HCI clear all pipes command. 78 * @HCI_DM_PUT_DATA: Allow to configure specific CLF registry as for example 80 * @HCI_DM_UPDATE_AID: Allow to configure an AID routing into the CLF routing 82 * @HCI_DM_GET_INFO: Allow to retrieve CLF information. 83 * @HCI_DM_GET_DATA: Allow to retrieve CLF configurable data such as low 85 * @HCI_DM_LOAD: Allow to load a firmware into the CLF. A complete 87 * @HCI_DM_RESET: Allow to run a CLF reset in order to "commit" CLF 89 * @HCI_GET_PARAM: Allow to retrieve an HCI CLF parameter (for example the 91 * @HCI_DM_FIELD_GENERATOR: Allow to generate different kind of RF [all …]
|
/linux-6.12.1/tools/verification/rv/ |
D | Makefile.rv | 3 define allow-override 9 # Allow setting CC and AR, or setting CROSS_COMPILE as a prefix. 10 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 11 $(call allow-override,AR,$(CROSS_COMPILE)ar) 12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip) 13 $(call allow-override,PKG_CONFIG,pkg-config) 14 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/) 15 $(call allow-override,LDCONFIG,ldconfig)
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn10/ |
D | dcn10_hubbub.c | 91 void hubbub1_allow_self_refresh_control(struct hubbub *hubbub, bool allow) in hubbub1_allow_self_refresh_control() argument 95 * DCHUBBUB_ARB_ALLOW_SELF_REFRESH_FORCE_ENABLE = 1 means do not allow stutter in hubbub1_allow_self_refresh_control() 96 * DCHUBBUB_ARB_ALLOW_SELF_REFRESH_FORCE_ENABLE = 0 means allow stutter in hubbub1_allow_self_refresh_control() 101 DCHUBBUB_ARB_ALLOW_SELF_REFRESH_FORCE_ENABLE, !allow); in hubbub1_allow_self_refresh_control() 121 /* pstate latency is ~20us so if we wait over 40us and pstate allow in hubbub1_verify_allow_pstate_change_high() 137 /* we hacked to force pstate allow to prevent hang last time in hubbub1_verify_allow_pstate_change_high() 151 * 0: Pipe0 Plane0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high() 152 * 1: Pipe0 Plane1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high() 153 * 2: Pipe0 Cursor0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high() 154 * 3: Pipe0 Cursor1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high() [all …]
|
/linux-6.12.1/tools/testing/selftests/landlock/ |
D | scoped_multiple_domain_variants.h | 27 * | ####### | P3 -> P2 : allow 46 * # ####### # P3 -> P2 : allow 65 * | .-----. | P3 -> P2 : allow 66 * | P1----| P2 | | P3 -> P1 : allow 83 * .----. ###### P3 -> P2 : allow 84 * | P1 |----# P2 # P3 -> P1 : allow 100 * ###### .-----. P3 -> P2 : allow 101 * # P1 #----| P2 | P3 -> P1 : allow 117 * ###### ###### P3 -> P2 : allow 118 * # P1 #----# P2 # P3 -> P1 : allow
|
D | scoped_base_variants.h | 23 * P1-. P1 -> P2 : allow 24 * \ P2 -> P1 : allow 38 * P1--. P1 -> P2 : allow 56 * '------' \ P2 -> P1 : allow 88 * | P1----. | P1 -> P2 : allow 89 * | \ | P2 -> P1 : allow 105 * | P1----. | P1 -> P2 : allow 124 * || P1 ----. | P2 -> P1 : allow
|
/linux-6.12.1/Documentation/admin-guide/cgroup-v1/ |
D | devices.rst | 24 An entry is added using devices.allow, and removed using 27 echo 'c 1:3 mr' > /sys/fs/cgroup/1/devices.allow 36 echo a > /sys/fs/cgroup/1/devices.allow 74 A allow "b 8:* rwm", "c 116:1 rw" 103 # echo "c *:3 rwm" >A/devices.allow 113 # echo "c 2:3 rwm" >B/devices.allow 114 # echo "c 50:3 r" >B/devices.allow 118 # echo "c *:3 rwm" >B/devices.allow 120 Allowing or denying all by writing 'a' to devices.allow or devices.deny will 126 device cgroups is implemented internally using a behavior (ALLOW, DENY) and a
|
/linux-6.12.1/tools/scripts/ |
D | Makefile.include | 48 define allow-override 61 $(call allow-override,CC,$(LLVM_PREFIX)clang$(LLVM_SUFFIX)) 62 $(call allow-override,AR,$(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX)) 63 $(call allow-override,LD,$(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX)) 64 $(call allow-override,CXX,$(LLVM_PREFIX)clang++$(LLVM_SUFFIX)) 65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX)) 67 # Allow setting various cross-compile vars or setting CROSS_COMPILE as a prefix. 68 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 69 $(call allow-override,AR,$(CROSS_COMPILE)ar) 70 $(call allow-override,LD,$(CROSS_COMPILE)ld) [all …]
|
/linux-6.12.1/rust/bindings/ |
D | lib.rs | 13 #![cfg_attr(test, allow(deref_nullptr))] 14 #![cfg_attr(test, allow(unaligned_references))] 15 #![cfg_attr(test, allow(unsafe_op_in_unsafe_fn))] 16 #![allow( 27 #[allow(dead_code)] 41 #[allow(dead_code)]
|
/linux-6.12.1/lib/ |
D | Kconfig.kgdb | 83 bool "KGDB: Allow debugging with traps in notifiers" 88 exception handler which will allow kgdb to step through a 108 0x0002 - allow arbitrary reads from memory and symbol lookup 109 0x0004 - allow arbitrary writes to memory 110 0x0008 - allow current register state to be inspected 111 0x0010 - allow current register state to be modified 112 0x0020 - allow passive inspection (backtrace, process list, lsmod) 113 0x0040 - allow flow control management (breakpoint, single step) 115 0x0100 - allow machine to be rebooted
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sm8650-mtp.dts | 141 regulator-allow-set-load; 151 regulator-allow-set-load; 161 regulator-allow-set-load; 178 regulator-allow-set-load; 188 regulator-allow-set-load; 198 regulator-allow-set-load; 208 regulator-allow-set-load; 218 regulator-allow-set-load; 228 regulator-allow-set-load; 238 regulator-allow-set-load; [all …]
|
D | msm8994-msft-lumia-octagon.dtsi | 587 regulator-allow-set-load; 594 regulator-allow-set-load; 602 regulator-allow-set-load; 624 regulator-allow-set-load; 632 regulator-allow-set-load; 646 regulator-allow-set-load; 671 regulator-allow-set-load; 679 regulator-allow-set-load; 687 regulator-allow-set-load; 695 regulator-allow-set-load; [all …]
|
D | sa8775p-ride.dtsi | 63 regulator-allow-set-load; 73 regulator-allow-set-load; 83 regulator-allow-set-load; 93 regulator-allow-set-load; 103 regulator-allow-set-load; 113 regulator-allow-set-load; 128 regulator-allow-set-load; 138 regulator-allow-set-load; 148 regulator-allow-set-load; 159 * FIXME: This should have regulator-allow-set-load but [all …]
|
D | sm8550-hdk.dts | 381 regulator-allow-set-load; 391 regulator-allow-set-load; 401 regulator-allow-set-load; 411 regulator-allow-set-load; 421 regulator-allow-set-load; 431 regulator-allow-set-load; 441 regulator-allow-set-load; 451 regulator-allow-set-load; 461 regulator-allow-set-load; 471 regulator-allow-set-load; [all …]
|
D | sdm660-xiaomi-lavender.dts | 146 regulator-allow-set-load; 154 regulator-allow-set-load; 161 regulator-allow-set-load; 172 regulator-allow-set-load; 186 regulator-allow-set-load; 255 regulator-allow-set-load; 279 regulator-allow-set-load; 294 regulator-allow-set-load; 301 regulator-allow-set-load; 308 regulator-allow-set-load; [all …]
|
/linux-6.12.1/tools/tracing/rtla/ |
D | Makefile.rtla | 3 define allow-override 9 # Allow setting CC and AR, or setting CROSS_COMPILE as a prefix. 10 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 11 $(call allow-override,AR,$(CROSS_COMPILE)ar) 12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip) 13 $(call allow-override,PKG_CONFIG,pkg-config) 14 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/) 15 $(call allow-override,LDCONFIG,ldconfig)
|
/linux-6.12.1/rust/uapi/ |
D | lib.rs | 12 #![cfg_attr(test, allow(deref_nullptr))] 13 #![cfg_attr(test, allow(unaligned_references))] 14 #![cfg_attr(test, allow(unsafe_op_in_unsafe_fn))] 15 #![allow(
|
/linux-6.12.1/drivers/net/wireless/ath/ |
D | hw.c | 97 * allow = (IFRAME-01 & bssid_mask) == (bssid_mask & MAC) ? 1 : 0; 98 * --> allow = (0110 & 0010) == (0010 & 0001) ? 1 : 0; 99 * --> allow = (0010) == 0000 ? 1 : 0; 100 * --> allow = 0 104 * IFRAME-02: 0001 (we should allow) 106 * allow = (IFRAME-02 & bssid_mask) == (bssid_mask & MAC) ? 1 : 0; 107 * --> allow = (0001 & 0010) == (0010 & 0001) ? 1 :0; 108 * --> allow = (0000) == (0000) 109 * --> allow = 1
|
/linux-6.12.1/samples/seccomp/ |
D | bpf-fancy.c | 38 SYSCALL(__NR_exit, ALLOW), in main() 39 SYSCALL(__NR_exit_group, ALLOW), in main() 51 ALLOW, in main() 68 JLT(sizeof(msg1), ALLOW), in main() 73 JLT(sizeof(msg2), ALLOW), in main() 78 JLT(sizeof(buf), ALLOW), in main()
|
/linux-6.12.1/security/apparmor/ |
D | policy_compat.c | 103 perms->allow |= AA_MAY_GETATTR; in compute_fperms_allow() 107 perms->allow |= AA_MAY_CHANGE_PROFILE; in compute_fperms_allow() 109 perms->allow |= AA_MAY_ONEXEC; in compute_fperms_allow() 117 perms.allow = map_old_perms(dfa_user_allow(dfa, state)); in compute_fperms_user() 132 perms.allow = map_old_perms(dfa_other_allow(dfa, state)); in compute_fperms_other() 192 perms[state].allow = dfa_user_allow(xmatch, state); in compute_xmatch_perms() 216 perms.allow = dfa_user_allow(dfa, state); in compute_perms_entry() 231 perms.allow |= map_other(dfa_other_allow(dfa, state)); in compute_perms_entry() 233 perms.allow |= AA_MAY_LOCK; in compute_perms_entry() 235 perms.allow |= map_xbits(dfa_user_xbits(dfa, state)); in compute_perms_entry()
|
/linux-6.12.1/arch/arm64/kvm/hyp/include/nvhe/ |
D | fixed_config.h | 17 * The ALLOW masks represent a bitmask of feature fields that are allowed 25 * The approach taken for protected VMs is to allow features that are: 33 * Allow for protected VMs: 63 * Allow for protected VMs: 75 * Allow for protected VMs: 99 * Allow for protected VMs: 119 * Allow for protected VMs:
|