OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capability
(Results
226 - 250
of
1792
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libcap-ng/libcap-ng-0.7/docs/
capng_get_caps_fd.3
11
This function will read the file based capabilities stored in extended attributes of the file that the descriptor was opened against. The bounding set is not included in file based capabilities operations. Note that this function will only work if compiled on a kernel that supports file based capabilities such as 2.6.26 and later. If the "magic" bit is set, then all effect
capability
bits are set. Otherwise the bits are cleared.
capng_lock.3
11
capng_lock will take steps to prevent children of the current process to regain full privileges if the uid is 0. This should be called while possessing the CAP_SETPCAP
capability
in the kernel. This function will do the following if permitted by the kernel: Set the NOROOT option on for PR_SET_SECUREBITS, set the NOROOT_LOCKED option to on for PR_SET_SECUREBITS, set the PR_NO_SETUID_FIXUP option on for PR_SET_SECUREBITS, and set the PR_NO_SETUID_FIXUP_LOCKED option on for PR_SET_SECUREBITS.
capng_name_to_capability.3
3
capng_name_to_capability \- convert
capability
text to integer
capng_print_caps_text.3
11
capng_print_caps_text will create a text string representation of the internal
capability
set specified. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free.
/external/libcap-ng/libcap-ng-0.7/src/
lookup_table.c
25
#include <linux/
capability
.h>
107
const char *capng_capability_to_name(unsigned int
capability
)
109
if (!cap_valid(
capability
))
113
CAP_NG_CAPABILITY_NAMES,
capability
);
/external/libcap-ng/libcap-ng-0.7/src/test/
lib_test.c
71
puts("Failed have
capability
test 1");
90
puts("Failed bset have
capability
test 2");
109
printf("Failed converting
capability
%d to name\n", i);
157
puts("Failed have updatev
capability
test");
/external/sepolicy/
dhcp.te
9
allow dhcp self:
capability
{ setgid setuid net_admin net_raw net_bind_service };
dumpstate.te
11
allow dumpstate self:
capability
{ setuid setgid sys_resource };
17
allow dumpstate self:
capability
kill;
26
allow dumpstate self:
capability
{ dac_override chown fowner fsetid };
74
allow dumpstate self:
capability
sys_ptrace;
gpsd.te
27
neverallow gpsd self:
capability
*;
hostapd.te
7
allow hostapd self:
capability
{ net_admin net_raw setuid setgid };
install_recovery.te
7
allow install_recovery self:
capability
dac_override;
racoon.te
18
allow racoon self:
capability
{ net_admin net_bind_service net_raw setuid };
zygote.te
8
allow zygote self:
capability
{ dac_override setgid setuid fowner chown };
10
allow zygote self:
capability
setpcap;
39
allow zygote self:
capability
sys_admin;
54
dontaudit zygote self:
capability
fsetid; # TODO: deprecated in M
/external/valgrind/memcheck/tests/linux/
capget.c
8
#include <linux/
capability
.h> /* _LINUX_CAPABILITY_VERSION */
/frameworks/base/core/java/android/accessibilityservice/
package.html
12
capability
for querying the content of the active window. Development of an accessibility
/frameworks/native/data/etc/
android.hardware.camera.raw.xml
20
<feature name="android.hardware.camera.
capability
.raw" />
/packages/apps/Settings/src/com/android/settings/
DialogCreatable.java
23
* you want to utilize some
capability
in {@link SettingsPreferenceFragment} but don't want
/packages/services/Telephony/src/com/android/services/telephony/
PstnPhoneCapabilitiesNotifier.java
125
Log.d(this, "handleVideoCapabilitesChanged. Video
capability
- " + isVideoCapable);
144
private int newCapabilities(int capabilities, int
capability
, boolean set) {
146
capabilities |=
capability
;
148
capabilities &= ~
capability
;
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
binfmts.h
21
#include <linux/
capability
.h>
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
binfmts.h
21
#include <linux/
capability
.h>
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
binfmts.h
21
#include <linux/
capability
.h>
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
binfmts.h
21
#include <linux/
capability
.h>
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
binfmts.h
21
#include <linux/
capability
.h>
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
binfmts.h
21
#include <linux/
capability
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tic.h
63
** String Table, one per string
capability
137
* three are also used in the hash table of
capability
names. The scanner
142
#define BOOLEAN 0 /* Boolean
capability
*/
143
#define NUMBER 1 /* Numeric
capability
*/
144
#define STRING 2 /* String-valued
capability
*/
145
#define CANCEL 3 /*
Capability
to be cancelled in following tc's */
159
char *tk_name; /* name of
capability
*/
160
int tk_valnumber; /* value of
capability
(if a number) */
161
char *tk_valstring; /* value of
capability
(if a string) */
188
* per possible
capability
. These are indexed by a hash table array o
[
all
...]
Completed in 198 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>