/linux-4.1.27/security/ |
D | commoncap.c | 207 int cap_capget(struct task_struct *target, kernel_cap_t *effective, in cap_capget() argument 215 *effective = cred->cap_effective; in cap_capget() 252 const kernel_cap_t *effective, in cap_capset() argument 274 if (!cap_issubset(*effective, *permitted)) in cap_capset() 277 new->cap_effective = *effective; in cap_capset() 341 bool *effective, in bprm_caps_from_vfs_caps() argument 349 *effective = true; in bprm_caps_from_vfs_caps() 375 return *effective ? ret : 0; in bprm_caps_from_vfs_caps() 440 static int get_file_caps(struct linux_binprm *bprm, bool *effective, bool *has_cap) in get_file_caps() argument 463 rc = bprm_caps_from_vfs_caps(&vcaps, bprm, effective, has_cap); in get_file_caps() [all …]
|
D | security.c | 184 kernel_cap_t *effective, in security_capget() argument 188 return security_ops->capget(target, effective, inheritable, permitted); in security_capget() 192 const kernel_cap_t *effective, in security_capset() argument 197 effective, inheritable, permitted); in security_capset()
|
/linux-4.1.27/kernel/ |
D | capability.c | 172 kdata[i].effective = pE.cap[i]; in SYSCALL_DEFINE2() 227 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local 251 effective.cap[i] = kdata[i].effective; in SYSCALL_DEFINE2() 256 effective.cap[i] = 0; in SYSCALL_DEFINE2() 262 effective.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; in SYSCALL_DEFINE2() 271 &effective, &inheritable, &permitted); in SYSCALL_DEFINE2()
|
D | audit.h | 67 kernel_cap_t effective; /* effective set of process */ member
|
D | auditsc.c | 1258 audit_log_cap(ab, "cap_pe", &context->capset.cap.effective); in show_special() 1374 audit_log_cap(ab, "old_pe", &axs->old_pcap.effective); in audit_log_exit() 1377 audit_log_cap(ab, "new_pe", &axs->new_pcap.effective); in audit_log_exit() 2325 ax->old_pcap.effective = old->cap_effective; in __audit_log_bprm_fcaps() 2329 ax->new_pcap.effective = new->cap_effective; in __audit_log_bprm_fcaps() 2345 context->capset.cap.effective = new->cap_effective; in __audit_log_capset()
|
/linux-4.1.27/Documentation/video4linux/ |
D | sh_mobile_ceu_camera.txt | 70 2. Calculate "effective" input crop (sensor subwindow) - CEU crop scaled back at 75 3. Calculate new combined scales from "effective" input window to requested user 96 "effective" crop:
|
D | README.cpia2 | 62 (default 0). This is only effective if the camera
|
/linux-4.1.27/arch/arm/include/debug/ |
D | omap2plus.S | 70 10: adr \rp, 99f @ get effective addr of 99f 74 sub \tmp, \rp, \rv @ make it effective
|
/linux-4.1.27/include/uapi/linux/ |
D | capability.h | 46 __u32 effective; member
|
/linux-4.1.27/include/linux/ |
D | security.h | 81 extern int cap_capget(struct task_struct *target, kernel_cap_t *effective, kernel_cap_t *inheritabl… 83 const kernel_cap_t *effective, 1474 kernel_cap_t *effective, 1478 const kernel_cap_t *effective, 1778 kernel_cap_t *effective, 1782 const kernel_cap_t *effective, 1999 kernel_cap_t *effective, in security_capget() argument 2003 return cap_capget(target, effective, inheritable, permitted); in security_capget() 2008 const kernel_cap_t *effective, in security_capset() argument 2012 return cap_capset(new, old, effective, inheritable, permitted); in security_capset()
|
/linux-4.1.27/Documentation/cgroups/ |
D | freezer-subsystem.txt | 62 When read, returns the effective state of the cgroup - "THAWED", 78 THAWED. Note that the effective state may not change to THAWED if 79 the parent-state is still freezing. If a cgroup's effective state
|
D | devices.txt | 115 For every propagated exception, the effective rules will be re-evaluated based
|
/linux-4.1.27/security/apparmor/ |
D | lsm.c | 116 static int apparmor_capget(struct task_struct *target, kernel_cap_t *effective, in apparmor_capget() argument 126 *effective = cred->cap_effective; in apparmor_capget() 131 *effective = cap_intersect(*effective, profile->caps.allow); in apparmor_capget()
|
/linux-4.1.27/Documentation/powerpc/ |
D | cxl.txt | 17 both access system memory directly and with the same effective 55 the AFU needs to read a particular effective address, it sends 110 effective address of a work queue or status block where the AFU 168 using the same effective addresses. No additional calls are 194 defined by the AFU. Typically this is an effective
|
/linux-4.1.27/Documentation/security/ |
D | credentials.txt | 171 Set of effective capabilities 181 itself to its effective or permitted sets through capset(). This 184 The effective capabilities are the ones that a task is actually allowed to 348 uid_t current_euid(void) Current's effective UID 349 gid_t current_egid(void) Current's effective GID 352 kernel_cap_t current_cap(void) Current's effective capabilities 427 uid_t task_euid(task) Task's effective UID
|
D | Smack.txt | 210 and CAP_MAC_OVERRIDE to be effective. If this file is empty 211 these capabilities are effective at for processes with any 325 effective user of root.
|
/linux-4.1.27/Documentation/networking/ |
D | tcp-thin.txt | 7 effective. In time-dependent scenarios (like online games, control
|
D | ipvs-sysctl.txt | 102 the SYN-RECV/SYNACK state, which should be effective against
|
D | cdc_mbim.txt | 33 unbind/bind is required to make the change effective for NCM/MBIM
|
D | ip-sysctl.txt | 453 seconds and is a lower bound for the effective timeout.
|
D | bonding.txt | 2377 cost effective than a single larger switch, e.g., on a network with 24
|
/linux-4.1.27/Documentation/power/ |
D | pm_qos_interface.txt | 199 whatever is necessary to transfer the effective requirement value to the 202 Whenever the effective latency tolerance changes for the device, its 203 .set_latency_tolerance() callback will be executed and the effective value will
|
D | charger-manager.txt | 189 optional and is effective only if the event type is "UNDESCRIBED" or "OTHERS".
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | isp.doc | 46 cas (w/ a misaligned effective address) 174 The instructions "cas2" and "cas" (when used with a misaligned effective
|
D | CHANGES | 41 3) For an opclass three FP instruction where the effective addressing
|
D | TEST.DOC | 151 main fp test: tests (1) unimp effective address exception
|
/linux-4.1.27/Documentation/metag/ |
D | kernel-ABI.txt | 124 When a system call is made, the following registers are effective: 168 times be 64-bit aligned. The following registers are effective at the point of a
|
/linux-4.1.27/Documentation/misc-devices/ |
D | eeprom | 56 effective for decoding the contents of EEPROMs on DIMMs.
|
/linux-4.1.27/Documentation/ |
D | hw_random.txt | 10 To make the most effective use of these mechanisms, you
|
D | md.txt | 196 Writing the word 'default' will cause the effective size of the
|
D | kernel-parameters.txt | 1406 effective uid (euid=0) or uid=0.
|
/linux-4.1.27/Documentation/vm/ |
D | numa | 28 Memory access time and effective memory bandwidth varies depending on how far 50 faster access times and higher effective bandwidth than accesses to more
|
D | transhuge.txt | 183 behavior. So to make them effective you need to restart any
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 39 On Intel CPUs, C-states provide effective power reduction, but so far 146 a) determine the effective range of idle injection ratio
|
/linux-4.1.27/sound/pci/hda/ |
D | patch_ca0132.c | 3524 bool effective; in ca0132_vnode_switch_set() local 3556 effective = ca0132_is_vnode_effective(codec, nid, &shared_nid); in ca0132_vnode_switch_set() 3557 if (effective) { in ca0132_vnode_switch_set() 3811 bool effective; in ca0132_volume_put() local 3825 effective = ca0132_is_vnode_effective(codec, nid, &shared_nid); in ca0132_volume_put() 3826 if (effective) { in ca0132_volume_put()
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.modules | 85 them when the module is unloaded. For this to be effective we need to load
|
/linux-4.1.27/sound/core/ |
D | Kconfig | 21 # To be effective this also requires INPUT - users should say:
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-cxl | 59 descriptor as an effective address and
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | operations.txt | 179 (4) The operation holds an effective lock upon the object, preventing other
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig | 236 hardware prefetch mechanisms to be more effective, and allow
|
/linux-4.1.27/Documentation/hwmon/ |
D | f71805f | 101 high limit, but values over 6000 RPM seem to cause problem. The effective
|
/linux-4.1.27/Documentation/filesystems/ |
D | tmpfs.txt | 102 below. If the resulting NodeLists is the empty set, the effective memory
|
D | logfs.txt | 186 the effective 32bit limit on telldir/seekdir cookies. Since logfs
|
D | xfs.txt | 301 If the group ID of the new file does not match the effective group
|
D | proc.txt | 221 Uid Real, effective, saved set, and file system UIDs 222 Gid Real, effective, saved set, and file system GIDs 249 CapEff bitmap of effective capabilities 1608 effective only if the bit 2 is cleared)
|
D | coda.txt | 431 vuid_t cr_uid, cr_euid, cr_suid, cr_fsuid; /* Real, effective, set, fs uid*/
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | ppc-pv.txt | 71 desired location. The first parameter indicates the effective address when the
|
D | timekeeping.txt | 491 additional interrupts into the guest in order to increase the effective
|
D | api.txt | 3506 handling of an hcall is effective across the VM. On creation, an
|
/linux-4.1.27/fs/reiserfs/ |
D | README | 119 Grigory Zaigralin was an extremely effective system administrator for
|
/linux-4.1.27/Documentation/frv/ |
D | kernel-ABI.txt | 31 When a system call is made, the following registers are effective:
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | fpsp.h | 216 .set EXC_EA,12 | exception frame effective address
|
/linux-4.1.27/Documentation/scsi/ |
D | FlashPoint.txt | 2 The upgrade program described below has been officially terminated effective
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 195 make them effective there-after.
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 3293 # if the effective addressing mode was -() or ()+, then the address # 3355 # to the effective address as pointed to by the stacked effective address. 3945 # a0 = return correct effective address # 4570 # _fmovm_calc_ea: calculate effective address #
|
D | fpsp.S | 3294 # if the effective addressing mode was -() or ()+, then the address # 3356 # to the effective address as pointed to by the stacked effective address. 4352 # so, the least significant WORD of the stacked effective address got 18521 # _fmovm_calc_ea: calculate effective address #
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | boot-options.txt | 58 analysis less effective if the bios sets thresholds for memory
|
/linux-4.1.27/Documentation/development-process/ |
D | 3.Early-stage | 154 If all else fails, talking to Andrew Morton can be an effective way to
|
D | 2.Process | 8 how the process works is required in order to be an effective part of it. 446 group started. This can, in fact, be an effective technique. But it also
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 2020 static int selinux_capget(struct task_struct *target, kernel_cap_t *effective, in selinux_capget() argument 2029 return cap_capget(target, effective, inheritable, permitted); in selinux_capget() 2033 const kernel_cap_t *effective, in selinux_capset() argument 2040 effective, inheritable, permitted); in selinux_capset()
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 214 effective and useful (that is, to be able to provide "runtime" time units
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 538 hardware prefetch mechanisms to be more effective, and allow
|
/linux-4.1.27/tools/power/x86/turbostat/ |
D | turbostat.c | 1722 if ((cap_data->effective & (1 << CAP_SYS_RAWIO)) == 0) { in check_permissions()
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 366 If you would like to protect more pages, smaller values are effective.
|
D | kernel.txt | 365 and effective user and group ids are equal to the real ids. This is
|
/linux-4.1.27/drivers/scsi/ |
D | Kconfig | 705 used by the elevator sorting option above. The effective value used 1424 used by the elevator sorting option above. The effective value used
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 1132 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1057 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 960 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 8 expectations in the PC industry caused by the effective demise of
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 424 the client will attempt to set the effective uid and gid of
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 1191 assure everyone the effective freedom to copy and redistribute it,
|