/system/extras/ext4_utils/ |
mkuserimg.sh | 9 [-T TIMESTAMP] [-C FS_CONFIG] [-D PRODUCT_OUT] [-B BLOCK_LIST_FILE] [-L LABEL] [FILE_CONTEXTS]
|
make_ext4fs_main.c | 58 fprintf(stderr, " [ -S file_contexts ] [ -C fs_config ] [ -T timestamp ]\n");
|
/bootable/recovery/updater/ |
updater.c | 118 { SELABEL_OPT_PATH, "/file_contexts" } 124 fprintf(cmd_pipe, "ui_print Warning: No file_contexts\n");
|
/build/tools/releasetools/ |
img_from_target_files | 102 # building, the "file_contexts" is in the out/ directory tree, 107 OPTIONS.input_tmp, "BOOT", "RAMDISK", "file_contexts")
|
img_from_target_files.py | 102 # building, the "file_contexts" is in the out/ directory tree, 107 OPTIONS.input_tmp, "BOOT", "RAMDISK", "file_contexts")
|
add_img_to_target_files | 132 fc_config = os.path.join(input_dir, "BOOT/RAMDISK/file_contexts") 249 OPTIONS.input_tmp, "BOOT", "RAMDISK", "file_contexts")
|
add_img_to_target_files.py | 132 fc_config = os.path.join(input_dir, "BOOT/RAMDISK/file_contexts") 249 OPTIONS.input_tmp, "BOOT", "RAMDISK", "file_contexts")
|
/cts/hostsidetests/security/src/android/cts/security/ |
SELinuxHostTest.java | 116 /* obtain file_contexts file from running device */ 117 deviceFcFile = File.createTempFile("file_contexts", ".tmp"); 119 mDevice.pullFile("/file_contexts", deviceFcFile); 260 * Tests that the file_contexts file on the device contains 290 * Tests that the file_contexts file on the device is valid. 296 /* run checkfc on file_contexts */ 311 assertTrue("The file_contexts file was invalid:\n"
|
/external/sepolicy/ |
Android.mk | 130 LOCAL_MODULE := file_contexts 137 ALL_FC_FILES := $(call build_policy, file_contexts) 157 $(LOCAL_BUILT_MODULE) : $(addprefix $(LOCAL_PATH)/, file_contexts) $(built_sepolicy) $(HOST_OUT_EXECUTABLES)/checkfc
|
system_server.te | 268 # Read /file_contexts and /data/security/file_contexts
|
/device/lge/hammerhead/ |
BoardConfig.mk | 122 file_contexts
|
/docs/source.android.com/src/devices/tech/security/selinux/ |
implement.jd | 91 <li><em>file_contexts</em> - Located in the sepolicy subdirectory. This file 94 assign new labels to files. In order to apply new file_contexts, you must 96 relabeled. On upgrades, changes to file_contexts are automatically applied to 139 file_contexts \
|
/external/selinux/libselinux/utils/ |
matchpathcon.c | 18 "usage: %s [-N] [-n] [-f file_contexts] [ -P policy_root_path ] [-p prefix] [-Vq] path...\n",
|
/external/selinux/policycoreutils/scripts/ |
fixfiles.8 | 79 Prompt for removal of contents of /tmp directory and then change any incorrect file context labels to match the install file_contexts file.
|
fixfiles | 135 FC=/etc/selinux/${SELINUXTYPE}/contexts/files/file_contexts 137 FC=/etc/security/selinux/file_contexts
|
/external/selinux/secilc/docs/ |
cil_context_statement.xml | 82 <simpara>to resolve/build a <literal>file_contexts</literal> entry of (assuming MLS enabled policy):</simpara>
|
cil_user_statements.xml | 270 <para>Declare a user prefix that will be replaced by the file labeling utilities described at <ulink url="http://selinuxproject.org/page/PolicyStoreConfigurationFiles#file_contexts.template_File">http://selinuxproject.org/page/PolicyStoreConfigurationFiles</ulink> that details the <filename>file_contexts</filename> entries.</para>
|
/frameworks/base/services/core/java/com/android/server/updates/ |
SELinuxPolicyInstallReceiver.java | 39 private static final String fileContextsPath = "file_contexts";
|
/external/selinux/libselinux/src/ |
selinux_config.c | 27 #define FILE_CONTEXTS 2 374 return get_path(FILE_CONTEXTS);
|
/external/selinux/libselinux/ |
ChangeLog | 26 * Add pcre version string to the compiled file_contexts format, from 127 * improve the file_contexts.5 manual page 479 * Fix segfault resulting from missing file_contexts file. 496 * Fix file_contexts.homedirs path from Todd Miller. 809 * Added -f file_contexts option to matchpathcon util. 912 This allows file_contexts with MLS fields to be processed on [all...] |
/system/core/init/ |
readme.txt | 243 in the file_contexts configuration. 249 security contexts specified in the file_contexts configuration.
|
/external/libselinux/src/ |
android.c | 45 { SELABEL_OPT_PATH, "/file_contexts" }, 46 { SELABEL_OPT_PATH, "/data/security/current/file_contexts" }, 1273 * assignments rather than file_contexts and is managed by [all...] |
/external/selinux/libsemanage/ |
ChangeLog | 247 * Fix ordering of file_contexts.homedirs from Todd Miller and Dan Walsh. 327 file_contexts.local, seusers, and netfilter_contexts if 524 - add an API for file_contexts.local and file_contexts
|
/external/selinux/libsemanage/utils/ |
semanage_migrate_store | 241 "file_contexts.local",
|
/external/selinux/policycoreutils/setfiles/ |
setfiles.c | 42 static const char *altpath; /* Alternate path to file_contexts */
|