Searched defs:access (Results 1 - 25 of 446) sorted by relevance

1234567891011>>

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
H A Dmatching.py21 Classes and algorithms for matching requested access to access vectors.
24 import access namespace
105 # to be a strong penalty - stronger than access to
110 if a == b or access.is_idparam(b):
128 """Determine the 'distance' between 2 access vectors.
130 This function is used to find an access vector that matches
131 a 'required' access. To do this we comput a signed numeric
132 value that indicates how close the req access is to the
133 'provided' access vecto
[all...]
H A Daudit.py21 import access namespace
135 """AVC message representing an access denial or granted message.
145 access - list of accesses that were allowed or denied
177 # This is kind of sucky - the access that is in a space separated
259 raise ValueError("Error during access vector computation")
485 Access vector set representing the denied access in the
488 role_types = access.RoleTypeSet()
496 """Convert the audit logs access into a an access vector set.
498 Convert the audit logs into an access vecto
[all...]
H A Dpolicygen.py29 import access namespace
45 """Generate a reference policy module from access vectors.
48 or updates an existing module based on requested access
49 in the form of access vectors.
58 why a particular access was allowed based on the audit
59 messages that generated the access. The access vectors
71 If the module paramater is not None then access
115 """Set whether access is explained.
175 rule.comment += "\n#!!!! This avc is a constraint violation. You would need to modify the attributes of either the source or target types to allow this access
[all...]
H A Dinterfaces.py24 import access namespace
45 if not access.is_idparam(name):
107 """Extract the paramaters from an access vector.
109 Extract the paramaters (in the form $N) from an access
144 if access.is_idparam(av.src_type):
148 if access.is_idparam(av.tgt_type):
152 if access.is_idparam(av.obj_class):
157 if access.is_idparam(perm):
164 if access.is_idparam(role.role):
171 if access
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
H A Dmatching.py21 Classes and algorithms for matching requested access to access vectors.
24 import access namespace
105 # to be a strong penalty - stronger than access to
110 if a == b or access.is_idparam(b):
128 """Determine the 'distance' between 2 access vectors.
130 This function is used to find an access vector that matches
131 a 'required' access. To do this we comput a signed numeric
132 value that indicates how close the req access is to the
133 'provided' access vecto
[all...]
H A Daudit.py21 import access namespace
135 """AVC message representing an access denial or granted message.
145 access - list of accesses that were allowed or denied
177 # This is kind of sucky - the access that is in a space separated
259 raise ValueError("Error during access vector computation")
485 Access vector set representing the denied access in the
488 role_types = access.RoleTypeSet()
496 """Convert the audit logs access into a an access vector set.
498 Convert the audit logs into an access vecto
[all...]
H A Dpolicygen.py29 import access namespace
45 """Generate a reference policy module from access vectors.
48 or updates an existing module based on requested access
49 in the form of access vectors.
58 why a particular access was allowed based on the audit
59 messages that generated the access. The access vectors
71 If the module paramater is not None then access
115 """Set whether access is explained.
175 rule.comment += "\n#!!!! This avc is a constraint violation. You would need to modify the attributes of either the source or target types to allow this access
[all...]
H A Dinterfaces.py24 import access namespace
45 if not access.is_idparam(name):
107 """Extract the paramaters from an access vector.
109 Extract the paramaters (in the form $N) from an access
144 if access.is_idparam(av.src_type):
148 if access.is_idparam(av.tgt_type):
152 if access.is_idparam(av.obj_class):
157 if access.is_idparam(perm):
164 if access.is_idparam(role.role):
171 if access
[all...]
/prebuilts/misc/common/swig/include/2.0.11/perl5/
H A Dnoembed.h100 #ifdef access
101 #undef access macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
H A Dpcm_ioplug.h43 SND_PCM_IOPLUG_HW_ACCESS = 0, /**< access type */
111 snd_pcm_access_t access; /**< access type; filled after hw_params is called */ member in struct:snd_pcm_ioplug
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
H A Dpcm_ioplug.h43 SND_PCM_IOPLUG_HW_ACCESS = 0, /**< access type */
111 snd_pcm_access_t access; /**< access type; filled after hw_params is called */ member in struct:snd_pcm_ioplug
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
H A DXw32defs.h13 # define access _access macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
H A Dnlm_prot.h128 fsh_access access; member in struct:nlm_share
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
H A DXw32defs.h13 # define access _access macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
H A Dnlm_prot.h128 fsh_access access; member in struct:nlm_share
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dio.h310 int __cdecl access(const char *_Filename,int _AccessMode) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
350 /* Old versions of MSVCRT access() just ignored X_OK, while the version
357 #define access(__f,__m) __mingw_access (__f, __m) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dio.h310 int __cdecl access(const char *_Filename,int _AccessMode) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
350 /* Old versions of MSVCRT access() just ignored X_OK, while the version
357 #define access(__f,__m) __mingw_access (__f, __m) macro
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.10/
H A Dproguard-gradle-4.10.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/gradle/ proguard/gradle/ProGuardTask.class ProGuardTask. ...
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.9/
H A Dproguard-gradle-4.9.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/gradle/ proguard/gradle/ProGuardTask.class ProGuardTask. ...
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
H A Dasm-debug-all-5.0.1.jar ... c org.objectweb.asm.Context context int access
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
H A Dasm-debug-all-5.0.2.jar ... c org.objectweb.asm.Context context int access
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.11/
H A Dproguard-gradle-4.11.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/gradle/ proguard/gradle/ProGuardTask.class ProGuardTask. ...
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/
H A Dproguard-gradle-5.1.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/gradle/ proguard/gradle/ProGuardTask.class ProGuardTask. ...
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.2.1/
H A Dproguard-gradle-5.2.1.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/gradle/ proguard/gradle/ProGuardTask.class ProGuardTask. ...
/prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-gradle/5.1/
H A Dproguard-gradle-5.1.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/gradle/ proguard/gradle/ProGuardTask.class ProGuardTask. ...

Completed in 337 milliseconds

1234567891011>>