/third_party/gn/infra/config/ |
D | main.star | 30 acl.entry( 32 acl.BUILDBUCKET_READER, 33 acl.LOGDOG_READER, 34 acl.PROJECT_CONFIGS_READER, 35 acl.SCHEDULER_READER, 39 acl.entry([acl.SCHEDULER_OWNER], groups = ["project-gn-committers"]), 40 acl.entry([acl.LOGDOG_WRITER], groups = ["luci-logdog-chromium-writers"]), 87 acl.entry( 88 [acl.BUILDBUCKET_TRIGGERER], 116 acl.entry( [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | ipacl.c | 67 pa_ip_acl *acl; in pa_ip_acl_new() local 71 acl = pa_xnew(pa_ip_acl, 1); in pa_ip_acl_new() 72 PA_LLIST_HEAD_INIT(struct acl_entry, acl->entries); in pa_ip_acl_new() 141 PA_LLIST_PREPEND(struct acl_entry, acl->entries, n); in pa_ip_acl_new() 146 return acl; in pa_ip_acl_new() 150 pa_ip_acl_free(acl); in pa_ip_acl_new() 155 void pa_ip_acl_free(pa_ip_acl *acl) { in pa_ip_acl_free() argument 156 pa_assert(acl); in pa_ip_acl_free() 158 while (acl->entries) { in pa_ip_acl_free() 159 struct acl_entry *e = acl->entries; in pa_ip_acl_free() [all …]
|
D | ipacl.h | 27 void pa_ip_acl_free(pa_ip_acl *acl); 28 int pa_ip_acl_check(pa_ip_acl *acl, int fd);
|
D | socket-server.c | 239 PACL acl; in pa_socket_server_new_unix() local 241 if (GetSecurityDescriptorDacl(sd, &acl_present, &acl, &acl_default)) { in pa_socket_server_new_unix() 242 …urityInfo(filename, SE_FILE_OBJECT, DACL_SECURITY_INFORMATION, NULL, NULL, acl, NULL) != ERROR_SUC… in pa_socket_server_new_unix() 245 LocalFree(acl); in pa_socket_server_new_unix()
|
/third_party/skia/third_party/externals/tint/infra/config/global/ |
D | main.star | 26 acl.entry( 28 acl.PROJECT_CONFIGS_READER, 29 acl.LOGDOG_READER, 30 acl.BUILDBUCKET_READER, 31 acl.SCHEDULER_READER, 35 acl.entry( 37 acl.SCHEDULER_OWNER, 41 acl.entry( 43 acl.LOGDOG_WRITER, 61 acl.entry( [all …]
|
/third_party/ntfs-3g/libntfs-3g/ |
D | xattrs.c | 155 struct POSIX_ACL *acl) in le_acl_to_cpu() argument 160 acl->version = le_acl->version; in le_acl_to_cpu() 161 acl->flags = le_acl->flags; in le_acl_to_cpu() 162 acl->filler = 0; in le_acl_to_cpu() 165 acl->ace[i].tag = le16_to_cpu(le_acl->ace[i].tag); in le_acl_to_cpu() 166 acl->ace[i].perms = le16_to_cpu(le_acl->ace[i].perms); in le_acl_to_cpu() 167 acl->ace[i].id = le32_to_cpu(le_acl->ace[i].id); in le_acl_to_cpu() 176 int cpu_to_le_acl(const struct POSIX_ACL *acl, size_t size, in cpu_to_le_acl() argument 182 le_acl->version = acl->version; in cpu_to_le_acl() 183 le_acl->flags = acl->flags; in cpu_to_le_acl() [all …]
|
D | acls.c | 990 pacl = &pxdesc->acl; in ntfs_valid_posix() 1094 pace = &pxdesc->acl.ace[i]; in posix_header() 1113 pxdesc->acl.version = POSIX_VERSION; in posix_header() 1114 pxdesc->acl.flags = 0; in posix_header() 1115 pxdesc->acl.filler = 0; in posix_header() 1145 pacl = &pxdesc->acl; in ntfs_sort_posix() 1211 pace = &pxdesc->acl.ace[i]; in ntfs_merge_mode_posix() 1269 newpxdesc->acl.ace[i] = oldpxdesc->acl.ace[i]; in ntfs_replace_acl() 1272 newpxdesc->acl.ace[i + offset] = newacl->ace[i]; in ntfs_replace_acl() 1280 newpxdesc->acl.ace[i] = newacl->ace[i]; in ntfs_replace_acl() [all …]
|
/third_party/skia/third_party/externals/dawn/infra/config/global/ |
D | main.star | 26 acl.entry( 28 acl.PROJECT_CONFIGS_READER, 29 acl.LOGDOG_READER, 30 acl.BUILDBUCKET_READER, 31 acl.SCHEDULER_READER, 35 acl.entry( 37 acl.SCHEDULER_OWNER, 41 acl.entry( 43 acl.LOGDOG_WRITER, 61 acl.entry( [all …]
|
/third_party/skia/third_party/externals/angle2/infra/config/ |
D | main.star | 45 acl.entry( 47 acl.PROJECT_CONFIGS_READER, 48 acl.LOGDOG_READER, 49 acl.BUILDBUCKET_READER, 50 acl.SCHEDULER_READER, 54 acl.entry( 56 acl.SCHEDULER_OWNER, 60 acl.entry( 62 acl.LOGDOG_WRITER, 336 acl.entry( [all …]
|
/third_party/ntfs-3g/ntfsprogs/ |
D | sd.c | 26 ACL *acl; in init_system_file_sd() local 50 acl = (ACL*)((char*)sd + le32_to_cpu(sd->dacl)); in init_system_file_sd() 51 acl->revision = 2; in init_system_file_sd() 52 acl->alignment1 = 0; in init_system_file_sd() 53 acl->size = const_cpu_to_le16(0x34); in init_system_file_sd() 54 acl->ace_count = const_cpu_to_le16(2); in init_system_file_sd() 55 acl->alignment2 = const_cpu_to_le16(0); in init_system_file_sd() 60 aa_ace = (ACCESS_ALLOWED_ACE*)((char*)acl + sizeof(ACL)); in init_system_file_sd() 174 ACL *acl; in init_root_sd() local 194 acl = (ACL*)((u8*)sd + sizeof(SECURITY_DESCRIPTOR_RELATIVE)); in init_root_sd() [all …]
|
D | ntfssecaudit.c | 1512 const struct POSIX_ACL *acl; in showposix() local 1526 acl = &pxdesc->acl; in showposix() 1534 printf(" version %d\n",(int)acl->version); in showposix() 1535 printf(" flags 0x%02x\n",(int)acl->flags); in showposix() 1541 pxace = &acl->ace[l]; in showposix() 2488 pxace = pxdesc->acl.ace; in merge_rights() 2533 && (pxdesc1->acl.version == pxdesc2->acl.version) in same_posix() 2534 && (pxdesc1->acl.flags == pxdesc2->acl.flags); in same_posix() 2537 same = (pxdesc1->acl.ace[i].tag == pxdesc2->acl.ace[i].tag) in same_posix() 2538 && (pxdesc1->acl.ace[i].perms == pxdesc2->acl.ace[i].perms) in same_posix() [all …]
|
/third_party/skia/third_party/externals/swiftshader/infra/config/ |
D | main.star | 9 acl.entry( 10 acl.PROJECT_CONFIGS_READER, 23 acl.entry( 24 acl.CQ_COMMITTER, 27 acl.entry( 28 acl.CQ_DRY_RUNNER,
|
/third_party/ltp/testcases/network/nfsv4/acl/ |
D | acl1.c | 79 acl_t acl; in test_acl_user_create() local 80 acl = acl_from_text(acl_text); in test_acl_user_create() 81 return acl; in test_acl_user_create() 90 acl_t acl; in test_acl_grp_create() local 91 acl = acl_from_text(acl_text); in test_acl_grp_create() 92 return acl; in test_acl_grp_create() 99 acl_t acl; in test_acl_default_create() local 100 acl = acl_from_text(acl_text); in test_acl_default_create() 101 return acl; in test_acl_default_create() 288 void test_acl_default(char *dir, acl_t acl) in test_acl_default() argument [all …]
|
D | test_acl.py | 21 acl=[] 26 acl.append(name,entry) 43 if acl2[i] == acl[j]:
|
D | random_gen.py | 186 acl = [] 193 acl.append(newace) 194 return acl
|
/third_party/ltp/testcases/kernel/syscalls/getxattr/ |
D | getxattr05.c | 44 static acl_t acl; variable 139 acl = acl_from_text(acl_text); in setup() 140 if (!acl) in setup() 143 res = acl_set_file(TEST_FILE, ACL_TYPE_ACCESS, acl); in setup() 168 if (acl) in cleanup() 169 acl_free(acl); in cleanup()
|
/third_party/pulseaudio/src/tests/ |
D | ipacl-test.c | 29 pa_ip_acl *acl; in do_ip_acl_check() local 32 acl = pa_ip_acl_new(s); in do_ip_acl_check() 33 fail_unless(acl != NULL); in do_ip_acl_check() 34 result = pa_ip_acl_check(acl, fd); in do_ip_acl_check() 35 pa_ip_acl_free(acl); in do_ip_acl_check()
|
/third_party/e2fsprogs/ |
D | 0013-e2fsck-do-not-clean-up-file-acl-if-the-inode-is-trun.patch | 4 Subject: [PATCH] e2fsck: do not clean up file acl if the inode is truncating 29 File acl would be clean up in release_inode_blocks, whether the orphan 31 the file acl would be clean up, but the blocks count is not be 32 subtract acl blocks, and the inode is not unmark in bitmap, which causes 35 To slove this issue, do not clean up file acl if the inode is truncating 53 + /* do not clean up file acl if the inode is truncating type */
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_ctrl_iface.h | 21 int hostapd_ctrl_iface_acl_add_mac(struct mac_acl_entry **acl, int *num, 24 int hostapd_ctrl_iface_acl_del_mac(struct mac_acl_entry **acl, int *num,
|
D | config_file.h | 17 int hostapd_add_acl_maclist(struct mac_acl_entry **acl, int *num, 19 void hostapd_remove_acl_mac(struct mac_acl_entry **acl, int *num,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | config_file.h | 17 int hostapd_add_acl_maclist(struct mac_acl_entry **acl, int *num, 19 void hostapd_remove_acl_mac(struct mac_acl_entry **acl, int *num,
|
/third_party/ltp/m4/ |
D | ltp-acl.m4 | 6 AC_CHECK_LIB([acl], [acl_init], [have_libacl=yes], [AC_MSG_WARN(missing libacl)]) 7 AC_CHECK_HEADERS([sys/acl.h], [have_acl=yes], [AC_MSG_WARN(missing libacl headers)])
|
/third_party/pulseaudio/src/daemon/ |
D | main.c | 199 PACL acl; in change_user() local 201 if (GetSecurityDescriptorDacl(sd, &acl_present, &acl, &acl_default)) { in change_user() 202 …CL_SECURITY_INFORMATION | PROTECTED_DACL_SECURITY_INFORMATION, NULL, NULL, acl, NULL) != ERROR_SUC… in change_user() 205 LocalFree(acl); in change_user() 223 PACL acl; in change_user() local 225 if (GetSecurityDescriptorDacl(sd, &acl_present, &acl, &acl_default)) { in change_user() 226 …CL_SECURITY_INFORMATION | PROTECTED_DACL_SECURITY_INFORMATION, NULL, NULL, acl, NULL) != ERROR_SUC… in change_user() 229 LocalFree(acl); in change_user()
|
D | ohos_pa_main.c | 202 PACL acl; in change_user() local 204 if (GetSecurityDescriptorDacl(sd, &acl_present, &acl, &acl_default)) { in change_user() 205 …CL_SECURITY_INFORMATION | PROTECTED_DACL_SECURITY_INFORMATION, NULL, NULL, acl, NULL) != ERROR_SUC… in change_user() 208 LocalFree(acl); in change_user() 226 PACL acl; in change_user() local 228 if (GetSecurityDescriptorDacl(sd, &acl_present, &acl, &acl_default)) { in change_user() 229 …CL_SECURITY_INFORMATION | PROTECTED_DACL_SECURITY_INFORMATION, NULL, NULL, acl, NULL) != ERROR_SUC… in change_user() 232 LocalFree(acl); in change_user()
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g_common.c | 247 int acl = 0; in parse_mount_options() local 330 acl = 1; in parse_mount_options() 554 if ((default_permissions || (permissions && !acl)) in parse_mount_options() 569 if (permissions && !acl) in parse_mount_options() 571 if (acl) in parse_mount_options()
|