Home
last modified time | relevance | path

Searched refs:allow (Results 1 – 25 of 3398) sorted by relevance

12345678910>>...136

/linux/security/apparmor/
A Dlib.c24 struct aa_perms allperms = { .allow = ALL_PERMS_MASK,
329 .allow = dfa_user_allow(dfa, state), in aa_compute_perms()
351 accum->allow &= addend->allow & ~addend->deny; 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()
358 accum->hide &= addend->hide & ~addend->allow; in aa_perms_accum_raw()
370 accum->allow &= addend->allow & ~accum->deny; in aa_perms_accum()
371 accum->audit |= addend->audit & accum->allow; in aa_perms_accum()
373 accum->kill |= addend->kill & ~accum->allow; in aa_perms_accum()
374 accum->stop |= addend->stop & ~accum->allow; in aa_perms_accum()
[all …]
A Dfile.c236 perms.allow |= AA_MAY_GETATTR; in aa_compute_fperms()
242 perms.allow |= AA_MAY_ONEXEC; in aa_compute_fperms()
277 if (request & ~perms->allow) in __aa_path_perm()
386 if (!(lperms.allow & AA_MAY_LINK)) in profile_path_link()
400 if (!(perms.allow & AA_MAY_LINK)) { in profile_path_link()
418 lperms.allow &= perms.allow | AA_MAY_LINK; in profile_path_link()
420 request |= AA_AUDIT_FILE_MASK & (lperms.allow & ~perms.allow); in profile_path_link()
421 if (request & ~lperms.allow) { in profile_path_link()
425 lperms.allow &= ~MAY_EXEC; in profile_path_link()
502 fctx->allow |= request; in update_file_ctx()
[all …]
A Dmount.c153 request = request & ~perms->allow; in audit_mount()
217 .allow = dfa_user_allow(dfa, state), in compute_mnt_perms()
270 if (perms->allow & AA_MAY_MOUNT) in do_match_mnt()
274 if (data && !binary && (perms->allow & AA_MNT_CONT_MATCH)) { in do_match_mnt()
283 if (perms->allow & AA_MAY_MOUNT) in do_match_mnt()
605 if (AA_MAY_UMOUNT & ~perms.allow) in profile_umount()
677 if (AA_MAY_PIVOTROOT & perms.allow) in build_pivotroot()
/linux/tools/scripts/
A DMakefile.include48 define allow-override
55 $(call allow-override,CC,clang)
56 $(call allow-override,AR,llvm-ar)
57 $(call allow-override,LD,ld.lld)
58 $(call allow-override,CXX,clang++)
59 $(call allow-override,STRIP,llvm-strip)
62 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
63 $(call allow-override,AR,$(CROSS_COMPILE)ar)
64 $(call allow-override,LD,$(CROSS_COMPILE)ld)
65 $(call allow-override,CXX,$(CROSS_COMPILE)g++)
[all …]
/linux/arch/arm64/boot/dts/qcom/
A Dmsm8994-msft-lumia-octagon.dtsi587 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 …]
A Dmsm8998-clamshell.dtsi148 regulator-allow-set-load;
161 regulator-allow-set-load;
166 regulator-allow-set-load;
183 regulator-allow-set-load;
224 regulator-allow-set-load;
237 regulator-allow-set-load;
242 regulator-allow-set-load;
260 regulator-allow-set-load;
A Dsdm630-sony-xperia-nile.dtsi282 regulator-allow-set-load;
297 regulator-allow-set-load;
308 regulator-allow-set-load;
320 regulator-allow-set-load;
335 regulator-allow-set-load;
421 regulator-allow-set-load;
448 regulator-allow-set-load;
466 regulator-allow-set-load;
474 regulator-allow-set-load;
482 regulator-allow-set-load;
[all …]
A Dmsm8994-sony-xperia-kitakami.dtsi238 regulator-allow-set-load;
266 regulator-allow-set-load;
312 regulator-allow-set-load;
324 regulator-allow-set-load;
359 regulator-allow-set-load;
367 regulator-allow-set-load;
404 regulator-allow-set-load;
421 regulator-allow-set-load;
A Dmsm8998-sony-xperia-yoshino.dtsi410 regulator-allow-set-load;
424 regulator-allow-set-load;
430 regulator-allow-set-load;
471 regulator-allow-set-load;
477 regulator-allow-set-load;
500 regulator-allow-set-load;
506 regulator-allow-set-load;
524 regulator-allow-set-load;
/linux/drivers/dma-buf/
A Dselftest.c54 bool allow = true; in apply_subtest_filter() local
58 allow = false; in apply_subtest_filter()
69 if (allow) in apply_subtest_filter()
77 if (allow) in apply_subtest_filter()
82 result = allow; in apply_subtest_filter()
/linux/drivers/misc/cb710/
A Ddebug.c13 static const u16 allow[CB710_REG_COUNT/16] = { variable
17 static const char *const prefix[ARRAY_SIZE(allow)] = {
26 return ((allow[block] >> offset) & mask) == mask; in allow_reg_read()
35 for (i = 0; i < ARRAY_SIZE(allow); ++i, reg += 16/(t/8)) { \
63 for (i = 0; i < ARRAY_SIZE(allow); ++i, reg += 16/(t/8)) { \
/linux/Documentation/admin-guide/cgroup-v1/
A Ddevices.rst24 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
/linux/tools/lib/traceevent/plugins/
A DMakefile11 define allow-override
18 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
19 $(call allow-override,AR,$(CROSS_COMPILE)ar)
20 $(call allow-override,NM,$(CROSS_COMPILE)nm)
21 $(call allow-override,PKG_CONFIG,pkg-config)
/linux/fs/nfsd/
A Dnfs4acl.c422 u32 allow; member
487 state->mask.allow |= astate->allow; in add_to_mask()
521 low_mode_from_nfs4(state->owner.allow, &pace->e_perm, flags); in posix_state_to_acl()
526 low_mode_from_nfs4(state->users->aces[i].perms.allow, in posix_state_to_acl()
534 low_mode_from_nfs4(state->group.allow, &pace->e_perm, flags); in posix_state_to_acl()
540 low_mode_from_nfs4(state->groups->aces[i].perms.allow, in posix_state_to_acl()
549 low_mode_from_nfs4(state->mask.allow, &pace->e_perm, flags); in posix_state_to_acl()
562 astate->allow |= mask & ~astate->deny; in allow_bits()
568 astate->deny |= mask & ~astate->allow; in deny_bits()
582 a->aces[i].perms.allow = state->everyone.allow; in find_uid()
[all …]
/linux/fs/ksmbd/
A Dsmbacl.c317 pace->e_perm = state->owner.allow; in posix_state_to_acl()
322 pace->e_perm = state->users->aces[i].perms.allow; in posix_state_to_acl()
327 pace->e_perm = state->group.allow; in posix_state_to_acl()
333 pace->e_perm = state->groups->aces[i].perms.allow; in posix_state_to_acl()
339 pace->e_perm = state->mask.allow; in posix_state_to_acl()
344 pace->e_perm = state->other.allow; in posix_state_to_acl()
538 acl_state.group.allow = (mode & 0070) >> 3; in parse_dacl()
554 acl_state.other.allow = mode & 0007; in parse_dacl()
555 default_acl_state.other.allow = mode & 0007; in parse_dacl()
559 acl_state.mask.allow = 0x07; in parse_dacl()
[all …]
/linux/arch/arm/mach-s3c/
A Dpm.c63 #define any_allowed(mask, allow) (((mask) & (allow)) != (allow)) argument
/linux/lib/
A DKconfig.kgdb88 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/tools/build/
A DMakefile9 define allow-override
15 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
16 $(call allow-override,LD,$(CROSS_COMPILE)ld)
/linux/tools/lib/traceevent/
A DMakefile18 define allow-override
25 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
26 $(call allow-override,AR,$(CROSS_COMPILE)ar)
27 $(call allow-override,NM,$(CROSS_COMPILE)nm)
28 $(call allow-override,PKG_CONFIG,pkg-config)
/linux/Documentation/devicetree/bindings/soc/aspeed/
A Duart-routing.yaml16 The Aspeed UART routing control allow to dynamically route the inputs for
21 allow access to the Host's serial console.
23 This driver is for the BMC side. The sysfs files allow the BMC userspace
/linux/drivers/gpu/drm/i915/selftests/
A Di915_selftest.c250 bool allow = true; in apply_subtest_filter() local
254 allow = false; in apply_subtest_filter()
265 if (allow) in apply_subtest_filter()
273 if (allow) in apply_subtest_filter()
278 result = allow; in apply_subtest_filter()
/linux/tools/testing/selftests/net/
A Dxfrm_policy.sh39 …rc $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tunnel priority 100 action allow
41 …rc $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tunnel priority 100 action allow
146 ip -net $ns xfrm policy add dst $plain dir out priority 10 action allow
149 …y add dst $encryptip dir out tmpl src $me dst $remote proto esp mode tunnel priority 1 action allow
273 …::0014:0000:0001 dir in tmpl src :: dst :: proto esp mode tunnel priority 100 action allow || break
276 …000 dst ff01::01 dir in tmpl src :: dst :: proto esp mode tunnel priority 100 action allow || break
300 ip -net $ns xfrm policy add dst $j.0.0.0/24 dir out priority 10 action allow
314 ip -net $ns xfrm policy add dst $addr dir out priority 10 action allow
/linux/Documentation/devicetree/bindings/mfd/
A Dactions,atc260x.yaml68 regulator-allow-bypass: true
87 regulator-allow-bypass: true
103 regulator-allow-bypass: false
115 regulator-allow-bypass: false
/linux/Documentation/ABI/testing/
A Dsysfs-class-iommu7 given IOMMU here to allow association of IOMMU to
16 given device here to allow association of device to
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
A Ddpio-driver.rst34 A. allow other drivers, such as the Ethernet driver, to enqueue and dequeue
36 B. allow drivers to register callbacks for data availability notifications
38 C. allow drivers to manage hardware buffer pools
112 will typically allocate 1 DPIO object per CPU to allow queuing operations

Completed in 32 milliseconds

12345678910>>...136