| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | capability.h | 170 * Allow taking bits out of capability bounding set 171 * Allow modification of the securebits for a process 176 /* Allow modification of S_IMMUTABLE and S_APPEND file attributes */ 185 /* Allow broadcasting, listen to multicast */ 189 /* Allow interface configuration */ 190 /* Allow administration of IP firewall, masquerading and accounting */ 191 /* Allow setting debug option on sockets */ 192 /* Allow modification of routing tables */ 193 /* Allow setting arbitrary process / process group ownership on 195 /* Allow binding to any address for transparent proxying (also via NET_RAW) */ [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/security/apparmor/include/ |
| D | perms.h | 67 u32 allow; member 68 u32 deny; /* explicit deny, or conflict if allow also set */ 70 u32 subtree; /* allow perm on full subtree only when allow is set */ 71 u32 cond; /* set only when ~allow and ~deny */ 73 u32 kill; /* set only when ~allow | deny */ 74 u32 complain; /* accumulates only used when ~allow & ~deny */ 75 u32 prompt; /* accumulates only used when ~allow & ~deny */ 77 u32 audit; /* set only when allow is set */ 78 u32 quiet; /* set only when ~allow | deny */ 79 u32 hide; /* set only when ~allow | deny */ [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| D | ife.json | 17 "cmdUnderTest": "$TC actions add action ife encode allow mark pass index 2", 20 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2", 65 "cmdUnderTest": "$TC actions add action ife encode allow mark continue index 2", 68 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde… 207 "cmdUnderTest": "$TC actions add action ife encode allow prio pass index 9", 210 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow prio.*index 9", 279 "cmdUnderTest": "$TC actions add action ife encode allow prio drop index 9", 282 …"matchPattern": "action order [0-9]*: ife encode action drop.*type 0[xX]ED3E.*allow prio.*index 9", 397 "cmdUnderTest": "$TC actions add action ife encode allow tcindex pass index 1", 400 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow tcindex.*index… [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| D | ife.json | 17 "cmdUnderTest": "$TC actions add action ife encode allow mark pass index 2", 20 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2", 65 "cmdUnderTest": "$TC actions add action ife encode allow mark continue index 2", 68 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde… 207 "cmdUnderTest": "$TC actions add action ife encode allow prio pass index 9", 210 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow prio.*index 9", 279 "cmdUnderTest": "$TC actions add action ife encode allow prio drop index 9", 282 …"matchPattern": "action order [0-9]*: ife encode action drop.*type 0[xX]ED3E.*allow prio.*index 9", 397 "cmdUnderTest": "$TC actions add action ife encode allow tcindex pass index 1", 400 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow tcindex.*index… [all …]
|
| /kernel/linux/linux-5.10/security/apparmor/include/ |
| D | perms.h | 67 u32 allow; member 68 u32 audit; /* set only when allow is set */ 70 u32 deny; /* explicit deny, or conflict if allow also set */ 71 u32 quiet; /* set only when ~allow | deny */ 72 u32 kill; /* set only when ~allow | deny */ 73 u32 stop; /* set only when ~allow | deny */ 75 u32 complain; /* accumulates only used when ~allow & ~deny */ 76 u32 cond; /* set only when ~allow and ~deny */ 78 u32 hide; /* set only when ~allow | deny */ 79 u32 prompt; /* accumulates only used when ~allow & ~deny */ [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/tools/scripts/ |
| D | Makefile.include | 47 define allow-override 54 $(call allow-override,CC,clang) 55 $(call allow-override,AR,llvm-ar) 56 $(call allow-override,LD,ld.lld) 57 $(call allow-override,CXX,clang++) 58 $(call allow-override,STRIP,llvm-strip) 60 # Allow setting various cross-compile vars or setting CROSS_COMPILE as a prefix. 61 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 62 $(call allow-override,AR,$(CROSS_COMPILE)ar) 63 $(call allow-override,LD,$(CROSS_COMPILE)ld) [all …]
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | lib.c | 24 struct aa_perms allperms = { .allow = ALL_PERMS_MASK, 329 .allow = dfa_user_allow(dfa, state), in aa_compute_perms() 337 perms->allow |= map_other(dfa_other_allow(dfa, state)); in aa_compute_perms() 351 accum->allow &= addend->allow & ~addend->deny; in aa_perms_accum_raw() 352 accum->audit |= addend->audit & addend->allow; in aa_perms_accum_raw() 353 accum->quiet &= addend->quiet & ~addend->allow; in aa_perms_accum_raw() 354 accum->kill |= addend->kill & ~addend->allow; in aa_perms_accum_raw() 355 accum->stop |= addend->stop & ~addend->allow; in aa_perms_accum_raw() 356 accum->complain |= addend->complain & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() 357 accum->cond |= addend->cond & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() [all …]
|
| D | file.c | 122 aad(&sa)->request = aad(&sa)->request & ~perms->allow; in aa_audit_file() 138 aad(&sa)->denied = aad(&sa)->request & ~perms->allow; in aa_audit_file() 224 perms.allow = map_old_perms(dfa_user_allow(dfa, state)); in aa_compute_fperms() 229 perms.allow = map_old_perms(dfa_other_allow(dfa, state)); in aa_compute_fperms() 234 perms.allow |= AA_MAY_GETATTR; in aa_compute_fperms() 238 perms.allow |= AA_MAY_CHANGE_PROFILE; in aa_compute_fperms() 240 perms.allow |= AA_MAY_ONEXEC; in aa_compute_fperms() 275 if (request & ~perms->allow) in __aa_path_perm() 384 if (!(lperms.allow & AA_MAY_LINK)) in profile_path_link() 398 if (!(perms.allow & AA_MAY_LINK)) { in profile_path_link() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
| D | dcn10_hubbub.c | 93 void hubbub1_allow_self_refresh_control(struct hubbub *hubbub, bool allow) in hubbub1_allow_self_refresh_control() argument 97 * DCHUBBUB_ARB_ALLOW_SELF_REFRESH_FORCE_ENABLE = 1 means do not allow stutter in hubbub1_allow_self_refresh_control() 98 * DCHUBBUB_ARB_ALLOW_SELF_REFRESH_FORCE_ENABLE = 0 means allow stutter in hubbub1_allow_self_refresh_control() 103 DCHUBBUB_ARB_ALLOW_SELF_REFRESH_FORCE_ENABLE, !allow); in hubbub1_allow_self_refresh_control() 123 /* pstate latency is ~20us so if we wait over 40us and pstate allow in hubbub1_verify_allow_pstate_change_high() 139 /* we hacked to force pstate allow to prevent hang last time in hubbub1_verify_allow_pstate_change_high() 153 * 0: Pipe0 Plane0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high() 154 * 1: Pipe0 Plane1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high() 155 * 2: Pipe0 Cursor0 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high() 156 * 3: Pipe0 Cursor1 Allow Pstate Change in hubbub1_verify_allow_pstate_change_high() [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/common_modules/xpm/core/ |
| D | xpm_security_hooks.c | 24 ALLOW, enumerator 32 ownerid_policy[PROCESS_OWNERID_SYSTEM][FILE_OWNERID_SYSTEM] = ALLOW; in init_ownerid_policy() 34 ownerid_policy[PROCESS_OWNERID_APP][FILE_OWNERID_SYSTEM] = ALLOW; in init_ownerid_policy() 35 ownerid_policy[PROCESS_OWNERID_APP][FILE_OWNERID_SHARED] = ALLOW; in init_ownerid_policy() 38 ownerid_policy[PROCESS_OWNERID_DEBUG][FILE_OWNERID_SYSTEM] = ALLOW; in init_ownerid_policy() 39 ownerid_policy[PROCESS_OWNERID_DEBUG][FILE_OWNERID_SHARED] = ALLOW; in init_ownerid_policy() 40 ownerid_policy[PROCESS_OWNERID_DEBUG][FILE_OWNERID_DEBUG] = ALLOW; in init_ownerid_policy() 42 ownerid_policy[PROCESS_OWNERID_COMPAT][FILE_OWNERID_SYSTEM] = ALLOW; in init_ownerid_policy() 43 ownerid_policy[PROCESS_OWNERID_COMPAT][FILE_OWNERID_COMPAT] = ALLOW; in init_ownerid_policy() 46 ownerid_policy[PROCESS_OWNERID_EXTEND][i] = ALLOW; in init_ownerid_policy() [all …]
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/ |
| D | msm8994-msft-lumia-octagon.dtsi | 586 regulator-allow-set-load; 593 regulator-allow-set-load; 601 regulator-allow-set-load; 623 regulator-allow-set-load; 631 regulator-allow-set-load; 645 regulator-allow-set-load; 670 regulator-allow-set-load; 678 regulator-allow-set-load; 686 regulator-allow-set-load; 694 regulator-allow-set-load; [all …]
|
| /kernel/linux/linux-6.6/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( 40 #[allow(dead_code)]
|
| /kernel/linux/linux-6.6/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(
|
| /kernel/linux/linux-5.10/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()
|