Searched refs:chmod (Results 1 – 25 of 31) sorted by relevance
12
/system/core/rootdir/ |
D | init.rc | 57 chmod 0664 /dev/stune/tasks 58 chmod 0664 /dev/stune/foreground/tasks 66 chmod 0775 /config/sdcardfs 137 chmod 0666 /dev/cpuctl/tasks 144 chmod 0666 /dev/cpuctl/bg_non_interactive/tasks 192 chmod 0775 /dev/cpuset/system-background 194 chmod 0664 /dev/cpuset/foreground/tasks 195 chmod 0664 /dev/cpuset/foreground/boost/tasks 196 chmod 0664 /dev/cpuset/background/tasks 197 chmod 0664 /dev/cpuset/system-background/tasks [all …]
|
D | init.usb.rc | 8 chmod 0660 /sys/class/android_usb/android0/f_mass_storage/lun/file 10 chmod 0660 /sys/class/android_usb/android0/f_rndis/ethaddr
|
/system/tpm/attestation/server/ |
D | attestationd.conf | 27 chmod 775 /mnt/stateful_partition/unencrypted/preserve
|
/system/connectivity/shill/ |
D | certificate_file.cc | 124 if (chmod(root_directory_.value().c_str(), in WriteFile() 150 if (chmod(output_file.value().c_str(), in WriteFile()
|
D | TESTING | 76 chmod +x /data/nativetest/shill_test/shill_test
|
/system/connectivity/apmanager/init/ |
D | apmanager-seccomp-mips.policy | 53 chmod: 1
|
D | apmanager-seccomp-x86.policy | 69 chmod: 1
|
D | apmanager-seccomp-arm.policy | 81 chmod: 1
|
D | apmanager-seccomp-amd64.policy | 88 chmod: 1
|
/system/tpm/tpm_manager/server/ |
D | tpm_manager-seccomp-amd64.policy | 55 chmod: 1
|
/system/connectivity/shill/init/ |
D | shill.conf.in | 59 chmod a+r /var/cache/shill/default.profile 65 chmod -R u+rwX,g+rX,o+rX /var/lib/dhcpcd
|
/system/update_engine/ |
D | omaha_response_handler_action.cc | 143 chmod(deadline_file_.c_str(), S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in PerformAction()
|
/system/sepolicy/ |
D | init.te | 99 # mkdir, symlink, write, rm/rmdir, chown/chmod, restorecon/restorecon_recursive from init.rc files. 100 # chown/chmod require open+read+setattr required for open()+fchown/fchmod(). 119 # chown/chmod on pseudo files. 123 # chown/chmod on devices.
|
D | netd.te | 10 # triggered by chmod on a directory or file owned by a group other
|
D | mls | 67 # Also constrain other forms of manipulation, e.g. chmod/chown, unlink, rename, etc.
|
/system/connectivity/shill/vpn/ |
D | l2tp_ipsec_driver.cc | 309 chmod(psk_file_.value().c_str(), S_IRUSR | S_IWUSR) || in InitPSKOptions() 356 chmod(xauth_credentials_file_.value().c_str(), S_IRUSR | S_IWUSR) || in InitXauthOptions()
|
/system/core/libcutils/ |
D | fs.c | 96 if (TEMP_FAILURE_RETRY(chmod(path, mode)) == -1) { in fs_prepare_path_impl()
|
/system/update_engine/common/ |
D | test_utils.h | 82 return chmod(path.c_str(), mode); in Chmod()
|
/system/extras/perfprofd/ |
D | perfprofdcore.cc | 517 chmod(encoded_file_path, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH); in encode_to_proto() 694 chmod(produced_file_path.c_str(), in post_process()
|
/system/update_engine/sample_images/ |
D | generate_images.sh | 194 sudo chmod +x "${mntdir}"/postinst "${mntdir}"/bin/*
|
/system/bt/ |
D | README.md | 44 chmod a+x ./gn
|
/system/vold/ |
D | Ext4Crypt.cpp | 551 if (chmod(path.c_str(), 0000) != 0) { in emulated_lock() 565 if (chmod(path.c_str(), mode) != 0) { in emulated_unlock()
|
/system/core/init/ |
D | init.cpp | 472 chmod("/proc/cmdline", 0440); in process_kernel_cmdline()
|
/system/bt/osi/src/ |
D | config.c | 357 if (chmod(temp_filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) == -1) { in config_save()
|
/system/core/adb/ |
D | sysdeps.h | 375 #define chmod adb_chmod macro
|
12