HomeSort by relevance Sort by last modified time
    Searched full:capability (Results 101 - 125 of 934) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/sepolicy/
debuggerd.te 7 allow debuggerd self:capability { dac_override sys_ptrace chown kill fowner };
wpa_supplicant.te 7 allow wpa self:capability { setuid net_admin setgid net_raw };
rild.te 11 allow rild self:capability { setuid net_admin net_raw };
30 dontaudit rild self:capability sys_admin;
dhcp.te 9 allow dhcp self:capability { setgid setuid net_admin net_raw };
netd.te 7 allow netd self:capability { net_admin net_raw sys_module };
ueventd.te 8 allow ueventd self:capability { chown mknod net_admin setgid fsetid sys_rawio dac_override };
vold.te 19 allow vold self:capability { net_admin dac_override mknod sys_admin };
29 allow vold self:capability { sys_ptrace };
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_mcsn.h 37 unsigned short play; /* Replay capability */
38 unsigned short record; /* Record capability */
  /bionic/libc/kernel/common/linux/
binfmts.h 21 #include <linux/capability.h>
mm.h 24 #include <linux/capability.h>
  /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/valgrind/main/memcheck/tests/linux/
capget.c 8 #include <linux/capability.h> /* _LINUX_CAPABILITY_VERSION */
  /external/webkit/Source/JavaScriptCore/
jsc.pro 23 TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
  /external/webkit/Source/WebKit/qt/tests/
tests.pri 29 TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 130 " HS Capability List", MAC2STR(sa));
131 wpa_hexdump_ascii(MSG_DEBUG, "HS Capability List", pos, slen);
154 " Connection Capability", MAC2STR(sa));
155 wpa_hexdump_ascii(MSG_DEBUG, "conn capability", pos, slen);
  /frameworks/base/core/java/android/accessibilityservice/
package.html 12 capability for querying the content of the active window. Development of an accessibility
  /packages/apps/Settings/src/com/android/settings/
DialogCreatable.java 23 * you want to utilize some capability in {@link SettingsPreferenceFragment} but don't want
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 2199 milliseconds

1 2 3 45 6 7 8 91011>>