/external/selinux/python/sepolicy/sepolicy/help/ |
booleans_more_show.txt | 1 You are viewing the booleans page for the application domain.
|
booleans.txt | 1 You are viewing the booleans page for the application domain. 4 SELinux Policy writers have written booleans, if-than-else rules, into the policy. This allows the administrator to change the way SELinux enforces policy on an application. The administrator can tighten or loosen the SELinux policy based on his needs. 6 You can use the 'Filter Text Entry' to search for appropriate booleans. The Show Modified Only toggle, will show the booleans that your system has customized.
|
booleans_more.txt | 1 You are viewing the booleans page for the application domain.
|
transition_from_boolean.txt | 1 Transitions can be controlled by SELinux Booleans. 4 SELinux Booleans are If-then-else rules in policy, that allow the administrator to modify the access control on a process type.
|
booleans_toggled.txt | 1 You are viewing the booleans page for the application domain.
|
transition_from_boolean_1.txt | 1 After selecting the arrow under Boolean Enabled column, the line will expand to show a link which you can click. This will take you to the booleans page and allow you to enable the boolean which will enable or disable the transition.
|
/external/selinux/python/sepolicy/ |
sepolicy-booleans.8 | 1 .TH "sepolicy-booleans" "8" "20121112" "" "" 3 sepolicy-booleans \- Query SELinux Policy to see description of booleans 8 .B sepolicy booleans [\-h] [ \-a | \-b booleanname ... ] 11 sepolicy booleans will show all booleans and their descriptions, or you can 12 choose individual booleans to display
|
sepolicy.8 | 6 .B sepolicy [-h] [-P policy_path ] {booleans,communicate,generate,interface,manpage,network,transition} OPTIONS 12 .B booleans 14 Query SELinux policy to see description of booleans 76 selinux(8), sepolicy-booleans(8), sepolicy-communicate(8), sepolicy-generate(8),sepolicy-gui(8), sepolicy-interface(8), sepolicy-network(8), sepolicy-manpage(8), sepolicy-transition(8)
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
BooleansTest.java | 34 * Unit test for {@link Booleans}. 49 assertEquals(Boolean.TRUE.hashCode(), Booleans.hashCode(true)); 50 assertEquals(Boolean.FALSE.hashCode(), Booleans.hashCode(false)); 59 Booleans.compare(x, y)); 65 assertFalse(Booleans.contains(EMPTY, false)); 66 assertFalse(Booleans.contains(ARRAY_FALSE, true)); 67 assertTrue(Booleans.contains(ARRAY_FALSE, false)); 68 assertTrue(Booleans.contains(ARRAY_FALSE_TRUE, false)); 69 assertTrue(Booleans.contains(ARRAY_FALSE_TRUE, true)); 73 assertEquals(-1, Booleans.indexOf(EMPTY, ARRAY_FALSE)) [all...] |
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
BooleansTest.java | 31 * Unit test for {@link Booleans}. 46 assertEquals(Boolean.TRUE.hashCode(), Booleans.hashCode(true)); 47 assertEquals(Boolean.FALSE.hashCode(), Booleans.hashCode(false)); 56 Booleans.compare(x, y)); 62 assertFalse(Booleans.contains(EMPTY, false)); 63 assertFalse(Booleans.contains(ARRAY_FALSE, true)); 64 assertTrue(Booleans.contains(ARRAY_FALSE, false)); 65 assertTrue(Booleans.contains(ARRAY_FALSE_TRUE, false)); 66 assertTrue(Booleans.contains(ARRAY_FALSE_TRUE, true)); 70 assertEquals(-1, Booleans.indexOf(EMPTY, ARRAY_FALSE)) [all...] |
/external/selinux/libselinux/man/man5/ |
booleans.5 | 1 .TH "booleans" "5" "28-Nov-2011" "Security Enhanced Linux" "SELinux configuration" 3 booleans \- The SELinux booleans configuration files 6 The \fIbooleans\fR file, if present contains booleans to support a specific distribution. 8 The \fIbooleans.local\fR file, if present contains locally generated booleans. 28 \fBbooleans\fR(8) has details on booleans and \fBsetsebool\fR(8) describes how booleans can now be set persistent across reboots. 32 .I /etc/selinux/{SELINUXTYPE}/booleans 34 .I /etc/selinux/{SELINUXTYPE}/booleans.local 69 .I booleans.loca [all...] |
/prebuilts/tools/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/ |
fastutil-7.2.0.jar | |
/external/selinux/libsepol/src/ |
boolean_internal.h | 5 #include <sepol/booleans.h>
|
/external/selinux/libsepol/man/man8/ |
genpolbools.8 | 5 .B genpolbools oldpolicy booleans newpolicy 10 generating a new binary policy. The booleans file specifies the
|
/external/selinux/libselinux/man/man8/ |
booleans.8 | 1 .TH "booleans" "8" "11 Aug 2004" "dwalsh@redhat.com" "SELinux Command Line documentation" 3 booleans \- Policy booleans enable runtime customization of SELinux policy 6 This manual page describes SELinux policy booleans. 9 disabled based on the current values of a set of policy booleans. 10 These policy booleans allow runtime modification of the security 30 optionally reset booleans to the boot-time defaults via the
|
getsebool.8 | 13 all SELinux booleans are on or off 20 value is changed, then the booleans are committed, causing their 22 booleans to be changed in a single transaction, by setting all of 28 Show all SELinux booleans. 37 .BR booleans (8)
|
/external/selinux/libsemanage/man/man3/ |
semanage_bool.3 | 4 semanage_bool \- SELinux Policy Booleans Management API 137 count the number of booleans defined in the persistent policy 142 count the number of booleans defined in the local store 147 count the number of booleans defined in the currently active policy 167 return an array containing all booleans in the persistent policy 172 return an array containing all booleans in the local store 177 return an array containing all booleans in the currently active policy
|
/external/selinux/libselinux/src/ |
file_path_suffixes.h | 11 S_(BOOLEANS, "/booleans") 33 S_(BOOLEAN_SUBS, "/booleans.subs_dist")
|
/system/sepolicy/tools/sepolicy-analyze/ |
booleans.c | 1 #include "booleans.h"
|
Android.mk | 9 LOCAL_SRC_FILES := sepolicy-analyze.c dups.c neverallow.c perm.c typecmp.c booleans.c attribute.c utils.c
|
/external/selinux/libselinux/man/man3/ |
security_load_booleans.3 | 26 disabled based on the current values of a set of policy booleans. 27 These policy booleans allow runtime modification of the security 35 booleans are loaded from the active policy boolean configuration file. 50 saves a list of booleans in a single transaction. 53 commits all pending values for the booleans. 65 .BR booleans (8),
|
/external/python/cpython3/Doc/c-api/ |
bool.rst | 8 Booleans in Python are implemented as a subclass of integers. There are only 9 two booleans, :const:`Py_False` and :const:`Py_True`. As such, the normal 10 creation and deletion functions don't apply to booleans. The following macros
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
term.h | 156 #define auto_left_margin CUR Booleans[0] 157 #define auto_right_margin CUR Booleans[1] 158 #define no_esc_ctlc CUR Booleans[2] 159 #define ceol_standout_glitch CUR Booleans[3] 160 #define eat_newline_glitch CUR Booleans[4] 161 #define erase_overstrike CUR Booleans[5] 162 #define generic_type CUR Booleans[6] 163 #define hard_copy CUR Booleans[7] 164 #define has_meta_key CUR Booleans[8] 165 #define has_status_line CUR Booleans[9 [all...] |
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
ArrayTest.java | 23 private static boolean[] booleans; field in class:ArrayTest 34 booleans = new boolean[] { true }; 45 assertEquals(booleans[0], Array.getBoolean(booleans, 0)); 57 try { Array.getByte(booleans, 0); fail(); } catch (IllegalArgumentException expected) {} 69 try { Array.getChar(booleans, 0); fail(); } catch (IllegalArgumentException expected) {} 81 try { Array.getDouble(booleans, 0); fail(); } catch (IllegalArgumentException expected) {} 93 try { Array.getFloat(booleans, 0); fail(); } catch (IllegalArgumentException expected) {} 105 try { Array.getInt(booleans, 0); fail(); } catch (IllegalArgumentException expected) {} 117 try { Array.getLong(booleans, 0); fail(); } catch (IllegalArgumentException expected) { [all...] |
/external/selinux/policycoreutils/po/ |
ca.po | 981 msgid "Could not list booleans" 982 msgstr "No s'ha pogut llistar els booleans" [all...] |