OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capability
(Results
201 - 225
of
1792
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/sepolicy/
netd.te
8
allow netd self:
capability
{ net_admin net_raw kill };
13
# bit was even set. We do not appear to truly need this
capability
15
dontaudit netd self:
capability
fsetid;
44
allow netd self:
capability
{ dac_override chown fowner };
sgdisk.te
17
allow sgdisk self:
capability
sys_admin;
healthd.te
8
allow healthd self:
capability
{ net_admin sys_tty_config };
37
allow healthd self:
capability
sys_boot;
init.te
21
allow init self:
capability
sys_resource;
42
allow init self:
capability
sys_admin;
67
allow init self:
capability
dac_override;
70
allow init self:
capability
sys_time;
72
allow init self:
capability
{ sys_rawio mknod };
98
allow init self:
capability
{ chown fowner fsetid };
144
allow init self:
capability
net_admin;
150
allow init self:
capability
sys_boot;
172
allow init self:
capability
kill;
190
allow init self:
capability
{ setuid setgid }
[
all
...]
/device/asus/flo/sepolicy/
netmgrd.te
9
allow netmgrd self:
capability
{ setuid setgid net_admin net_raw };
12
dontaudit netmgrd self:
capability
sys_module;
rmt.te
9
allow rmt self:
capability
{ setuid setgid };
/device/htc/flounder/sepolicy/
netmgrd.te
9
dontaudit netmgrd self:
capability
sys_module;
12
allow netmgrd self:
capability
{ setuid setgid net_admin net_raw };
/device/lge/hammerhead/sepolicy/
netmgrd.te
12
allow netmgrd self:
capability
{ setuid setgid net_admin net_raw };
15
dontaudit netmgrd self:
capability
sys_module;
/device/moto/shamu/sepolicy/
mpdecision.te
20
allow mpdecision self:
capability
{ dac_override net_admin fsetid chown };
36
allow mpdecision self:
capability
sys_nice;
netmgrd.te
15
allow netmgrd self:
capability
{ setuid setgid net_admin net_raw };
42
dontaudit netmgrd self:
capability
sys_module;
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
polcap.py
24
"""Factory function for creating policy
capability
objects."""
37
"""A policy
capability
."""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/
polcap.py
24
"""Factory function for creating policy
capability
objects."""
37
"""A policy
capability
."""
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
capability.h
2
* This is <linux/
capability
.h>
26
a set of three
capability
sets. The transposition of 3*the
52
#define XATTR_CAPS_SUFFIX "
capability
"
151
* Transfer any
capability
in your permitted set to any pid,
152
* remove any
capability
in your permitted set from any pid
154
* Add any
capability
from current's
capability
bounding set
156
* Allow taking bits out of
capability
bounding set
321
to implement
capability
based overrides of that policy, this is
322
the
capability
it should use to do so. *
[
all
...]
/external/deqp/framework/egl/
egluNativeWindow.hpp
76
enum
Capability
113
Capability
getCapabilities (void) const { return m_capabilities; }
116
NativeWindow (
Capability
capabilities);
122
const
Capability
m_capabilities;
136
NativeWindow::
Capability
getCapabilities (void) const { return m_capabilities; }
139
NativeWindowFactory (const std::string& name, const std::string& description, NativeWindow::
Capability
capabilities);
145
const NativeWindow::
Capability
m_capabilities;
egluNativeDisplay.cpp
34
NativeDisplay::NativeDisplay (
Capability
capabilities, EGLenum platformType, const char* platformExtension)
43
NativeDisplay::NativeDisplay (
Capability
capabilities)
76
NativeDisplayFactory::NativeDisplayFactory (const std::string& name, const std::string& description, NativeDisplay::
Capability
capabilities, EGLenum platformType, const char* platformExtension)
86
NativeDisplayFactory::NativeDisplayFactory (const std::string& name, const std::string& description, NativeDisplay::
Capability
capabilities)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioCapability.java
20
* Object to indicate the phone radio
capability
.
73
* Tell modem the action transaction of set radio
capability
is
79
* tell modem the action transaction of set radio
capability
is fail
125
* set radio
capability
is success or fail with RC_Phase_FINISH
147
* Get radio
capability
version.
149
* @return radio
capability
version
166
* get radio
capability
phase.
/frameworks/base/core/java/android/net/
NetworkRequest.java
87
// when later an unrestricted
capability
could be added to mNetworkCapabilities, in
97
* Add the given
capability
requirement to this builder. These represent
103
* @param
capability
The {@code NetworkCapabilities.NET_CAPABILITY_*} to add.
107
public Builder addCapability(int
capability
) {
108
mNetworkCapabilities.addCapability(
capability
);
113
* Removes (if found) the given
capability
from this builder instance.
115
* @param
capability
The {@code NetworkCapabilities.NET_CAPABILITY_*} to remove.
118
public Builder removeCapability(int
capability
) {
119
mNetworkCapabilities.removeCapability(
capability
);
/external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h
80
/// \param Kind -- the
capability
's name parameter (role, mutex, etc).
86
/// \param Kind -- the
capability
's name parameter (role, mutex, etc).
98
/// \param Kind -- the
capability
's name parameter (role, mutex, etc).
107
/// \param Kind -- the
capability
's name parameter (role, mutex, etc).
119
/// \param Kind -- the
capability
's name parameter (role, mutex, etc).
135
/// \param Kind -- the
capability
's name parameter (role, mutex, etc).
145
/// \param Kind -- the
capability
's name parameter (role, mutex, etc).
156
/// \param Kind -- the
capability
's name parameter (role, mutex, etc).
168
/// Warn when acquiring a lock that the negative
capability
is not held.
169
/// \param Kind -- the
capability
's name parameter (role, mutex, etc)
[
all
...]
/external/kernel-headers/original/uapi/linux/
capability.h
2
* This is <linux/
capability
.h>
26
a set of three
capability
sets. The transposition of 3*the
150
* Transfer any
capability
in your permitted set to any pid,
151
* remove any
capability
in your permitted set from any pid
153
* Add any
capability
from current's
capability
bounding set
155
* Allow taking bits out of
capability
bounding set
324
to implement
capability
based overrides of that policy, this is
325
the
capability
it should use to do so. */
332
to implement
capability
based checks on modifications to tha
[
all
...]
/external/strace/
capability.c
3
/* these constants are the same as in <linux/
capability
.h> */
10
/* these constants are CAP_TO_INDEX'ed constants from <linux/
capability
.h> */
17
/* these constants are the same as in <linux/
capability
.h> */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
capability.h
2
* This is <linux/
capability
.h>
26
a set of three
capability
sets. The transposition of 3*the
148
* Transfer any
capability
in your permitted set to any pid,
149
* remove any
capability
in your permitted set from any pid
151
* Add any
capability
from current's
capability
bounding set
153
* Allow taking bits out of
capability
bounding set
318
to implement
capability
based overrides of that policy, this is
319
the
capability
it should use to do so. */
326
to implement
capability
based checks on modifications to tha
[
all
...]
/bionic/libc/kernel/uapi/linux/
binfmts.h
21
#include <linux/
capability
.h>
/build/target/board/generic/sepolicy/
goldfish_setup.te
12
allow goldfish_setup self:
capability
{ net_admin net_raw };
/development/ndk/platforms/android-21/include/linux/
binfmts.h
21
#include <linux/
capability
.h>
/external/boringssl/src/crypto/
crypto.c
39
/* The
capability
variables are defined in this file in order to work around a
44
* that tests the
capability
values will still skip the constructor but, so
45
* far, the init constructor function only sets the
capability
variables. */
90
/* WARNING: this function may only configure the
capability
variables. See the
Completed in 452 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>