/external/selinux/prebuilts/bin/ |
sediff.py | 73 labeling = parser.add_argument_group("labeling statement differences") variable 74 labeling.add_argument("--initialsid", action="store_true", help="Print initial SID differences") 75 labeling.add_argument("--fs_use", action="store_true", help="Print fs_use_* differences") 76 labeling.add_argument("--genfscon", action="store_true", help="Print genfscon differences") 77 labeling.add_argument("--netifcon", action="store_true", help="Print netifcon differences") 78 labeling.add_argument("--nodecon", action="store_true", help="Print nodecon differences") 79 labeling.add_argument("--portcon", action="store_true", help="Print portcon differences") [all...] |
/external/selinux/secilc/docs/ |
cil_container_statements.md | 143 ; Log file labeling 152 ; Process labeling
|
cil_reference_guide.md | 10 4. The role `object_r` must be explicitly associated to contexts used for labeling objects. The original **`checkpolicy`**`(8)` and **`checkmodule`**`(8)` compilers did this by default - CIL does not. 60 2. Explicit anonymous declarations - These are currently restricted to IP addesses where they can be declared directly in statements by enclosing them within parentheses e.g. `(127.0.0.1)` or `(::1)`. See the [Network Labeling Statements](#network_labeling) section for examples.
|
cil_user_statements.md | 333 Declare a user prefix that will be replaced by the file labeling utilities described at [http://selinuxproject.org/page/PolicyStoreConfigurationFiles](http://selinuxproject.org/page/PolicyStoreConfigurationFiles#file_contexts.template_File) that details the `file_contexts` entries. 357 <td align="left"><p>The string to be used by the file labeling utilities.</p></td>
|
cil_network_labeling_statements.md | 1 Network Labeling Statements
|
/system/sepolicy/ |
init.te | 216 # setfscreate is for labeling directories and socket files. 217 # setsockcreate is for labeling local/unix domain sockets.
|
/device/htc/flounder/sepolicy/ |
file_contexts | 58 # RCA, EF1, EF2, CDR labeling
|
/external/ImageMagick/ |
AUTHORS.txt | 22 connected component labeling, perceptual hash, kuwahara filter and others.
|
README.txt | 68 * Connected component labeling: uniquely label connected regions in an
|
/external/selinux/libselinux/src/ |
label_android_property.c | 2 * Property Service contexts backend for labeling Android
|
label_media.c | 2 * Media contexts backend for labeling system
|
/external/selinux/libsemanage/man/man5/ |
semanage.conf.5 | 82 Some distributions use this to stop labeling /root as a homedir.
|
/external/selinux/libsemanage/src/ |
user_record.c | 131 /* Labeling prefix */
|
/external/selinux/policycoreutils/setfiles/ |
setfiles.8 | 16 process (a step commonly known as labeling).
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
fscontext.py | 55 """Base class for in-policy labeling rules."""
|
netcontext.py | 58 """Base class for in-policy network labeling rules."""
|
__init__.py | 65 # In-policy Labeling 562 # In-policy Labeling statement generators
|
mls.py | 31 # such as range_transitions or labeling statements such as 94 in contexts of labeling statements)
|
/device/lge/bullhead/sepolicy/ |
file_contexts | 1 # NFC labeling 39 # Block labeling
|
/external/ceres-solver/internal/ceres/ |
graph_algorithms.h | 105 // Colors for labeling the graph during the BFS. 179 // Colors for labeling the graph during the BFS.
|
/external/selinux/libsepol/cil/src/ |
cil_internal.h | 885 /* Default labeling behavior for users, roles, and types */ 903 /* Default labeling behavior for range */
|
/external/libselinux/src/ |
label_android_property.c | 2 * Property Service contexts backend for labeling Android
|
/external/selinux/libselinux/man/man5/ |
selabel_db.5 | 6 selabel_db \- userspace SELinux labeling interface and configuration file format for the RDBMS objects context backend
|
selabel_file.5 | 6 selabel_file \- userspace SELinux labeling interface and configuration file format for the file contexts backend
|
/external/selinux/policycoreutils/gui/ |
fcontextPage.py | 67 semanagePage.__init__(self, xml, "fcontext", _("File Labeling"))
|