Searched refs:directories (Results 1 – 25 of 79) sorted by relevance
1234
/system/sepolicy/private/ |
D | runas_app.te | 8 # The ability to call exec() on files in the apps home directories 10 # which are copied to the apps home directories. 24 # by scanning /proc/<pid>/cmdline files. The /proc/<pid> directories are within 34 # Suppress bionic loader denial /data/local/tests directories.
|
D | mlstrustedsubject.te | 33 -vold_prepare_subdirs # creation of storage area directories 59 -vold # encryption of storage area directories 60 -vold_prepare_subdirs # creation of storage area directories
|
D | zygote.te | 58 # Allow zygote to find files in APEX data directories. 65 # Mount tmpfs over various directories containing per-app directories, to hide 66 # them for app data isolation. Also traverse these directories (via 67 # /data_mirror) to find the allowlisted per-app directories to bind-mount in. 83 # Traverse /data_mirror to get to the above directories while their normal paths 84 # are hidden, in order to bind-mount allowlisted per-app directories. 87 # List /mnt/expand to find all /mnt/expand/$volume/user{,_de} directories that 89 # any allowlisted per-app directories within these directories. 92 # Get the inode number of app CE data directories to find them by inode number
|
D | compos_fd_server.te | 7 # Allow creating new files and directories in the staging directory. 11 # Allow creating new files and directories in the artifacts directory.
|
D | vold_prepare_subdirs.te | 59 # Allow vold_prepare_subdirs to create storage area directories on behalf of apps. 74 # The storage area directories should have type storage_area_dir
|
D | rss_hwm_reset.te | 6 # Search /proc/pid directories.
|
D | file_contexts_overlayfs | 2 # Overlayfs support directories for userdebug/eng devices
|
D | cppreopts.te | 5 # directories.
|
D | crash_dump.te | 39 # Read Vendor APEX directories 72 # Read APEX data directories.
|
D | postinstall.te | 15 # Allow postinstall to read and execute directories and files in the same
|
D | update_verifier.te | 25 # Read /sys/block to find all the DM directories like (/sys/block/dm-X).
|
D | file.te | 51 # App executable files in /data/data directories 92 # legacy labels for various /data/misc[_ce|_de]/*/apexdata directories - retained 203 # app directories of storage areas: /data/storage_area/userId/pkgName -- apps cannot write to it
|
D | toolbox.te | 9 # If we can't remove these directories we try to chmod them. That
|
D | vold.te | 84 # Allow vold to create and delete per-user directories like /data/user/$userId. 259 # Also rename per-user encrypted directories such as /data/user/10 from their 387 # Only vold should create (and delete) per-user directories like 388 # /data/user/$userId. This is very important, as these directories need to be 390 # set up on empty directories, so creation and encryption must happen together.
|
/system/tools/aidl/ |
D | io_delegate.cpp | 158 auto directories = Split(absolute_path, string{OS_PATH_SEPARATOR}); in CreateDirForPath() local 163 string base = directories[0]; in CreateDirForPath() 167 directories.erase(directories.begin()); in CreateDirForPath() 172 directories.pop_back(); in CreateDirForPath() 175 return CreateNestedDirs(base, directories); in CreateDirForPath()
|
/system/core/init/ |
D | README.ueventd.md | 24 directories will not be parsed. Imported files are parsed after the current file has been parsed. 104 Ueventd by default serves firmware requests by searching through a list of firmware directories 108 `/apex/*/etc/firmware` is also searched after a list of firmware directories. 110 The list of firmware directories is customized by a `firmware_directories` line in a ueventd.rc 117 Adds those 4 directories, in that order to the list of firmware directories that will be tried by 144 directories stated above. It will also reject file names with `..` in them, to prevent leaving these 145 directories. If stdout cannot be read, or the program returns with any exit code other than
|
/system/sepolicy/public/ |
D | vold_prepare_subdirs.te | 1 # SELinux directory creation and labelling for vold-managed directories
|
/system/update_engine/payload_generator/ |
D | ext2_filesystem.cc | 172 vector<ext2_ino_t> directories; in GetFiles() local 217 directories.push_back(it_ino); in GetFiles() 261 for (ext2_ino_t dir_ino : directories) { in GetFiles()
|
/system/extras/power_profile/gps_on/Application/ |
D | build.gradle | 21 // The sample build uses multiple directories to
|
/system/sepolicy/ |
D | README.apps.md | 3 specific files in the public/ and private/ directories. 53 `/{system,vendor,product}/priv-app` directories.
|
/system/extras/power_profile/camera_flashlight/Application/ |
D | build.gradle | 24 // The sample build uses multiple directories to
|
/system/extras/power_profile/camera_avg/Application/ |
D | build.gradle | 24 // The sample build uses multiple directories to
|
/system/sepolicy/microdroid/system/private/ |
D | authfs_service.te | 18 # Allow creating/deleting mount directories.
|
D | vendor_init.te | 24 # Create directories under /dev/cpuctl after chowning it to system. 123 # setfscreatecon() for labeling directories and socket files.
|
D | dex2oat.te | 17 # Allow to search in authfs directories.
|
1234