Home
last modified time | relevance | path

Searched refs:access_rights (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Daccess_control_list.h61 return type == other.type && id == other.id && access_rights == other.access_rights;
81 access_rights = r; in deserialize()
188 assert(access_rights <= 7); in setEntry()
196 it->access_rights = access_rights; in setEntry()
207 setOwnerRights(access_rights); in setEntry()
210 setGroupRights(access_rights); in setEntry()
216 setMaskRights(access_rights); in setEntry()
308 AccessMask access_rights = 0; in getEffectiveRights() local
313 access_rights = group_entry.access_rights; in getEffectiveRights()
320 access_rights |= group_entry.access_rights; in getEffectiveRights()
[all …]
H A Drichacl_posix_convert.cc35 owner_mask_ = RichACL::convertMode2Mask(posix_ace.access_rights) & ~x; in appendPosixACL()
37 group_mask_ = RichACL::convertMode2Mask(posix_ace.access_rights) & ~x; in appendPosixACL()
39 other_mask_ = RichACL::convertMode2Mask(posix_ace.access_rights) & ~x; in appendPosixACL()
47 mask = RichACL::convertMode2Mask(posix_ace.access_rights) & ~x; in appendPosixACL()
52 mask = RichACL::convertMode2Mask(posix_ace.access_rights) & ~x; in appendPosixACL()
57 uint32_t mask = RichACL::convertMode2Mask(ace.access_rights) & ~x; in appendPosixACL()
69 mask = RichACL::convertMode2Mask(posix_ace.access_rights) & ~x; in appendPosixACL()
88 mask = RichACL::convertMode2Mask(posix_ace.access_rights) & ~x; in appendPosixACL()
H A Daccess_control_list.cc121 ss << accessMaskToChar(getEntry(type, 0).access_rights); in toString()
127 ss << "/u:" << entry.id << ":" << accessMaskToChar(entry.access_rights); in toString()
130 ss << "/g:" << entry.id << ":" << accessMaskToChar(entry.access_rights); in toString()
134 ss << "/m::" << accessMaskToChar(mask.access_rights); in toString()
H A Dacl_converter.cc62 entry.access_rights = le16toh(*(const uint16_t*)(buffer + 2)); in extractEntry()
65 if ((entry.access_rights & ~(ACL_READ | ACL_WRITE | ACL_EXECUTE)) != 0) { in extractEntry()
88 *(uint16_t*)(buf + 2) = htole16(entry.access_rights); in storeEntry()
112 acl.setEntry(entry.type, entry.id, entry.access_rights); in extractAclObject()
H A Dlegacy_acl.h73 owningGroupMask_ = acl.getEntry(::AccessControlList::kGroup, 0).access_rights;
78 list_.push_back(Entry(entry.id, EntryType::kNamedUser, entry.access_rights));
81 list_.push_back(Entry(entry.id, EntryType::kNamedGroup, entry.access_rights));
/dports/www/hiawatha-monitor/monitor/libraries/
H A Dsecurity.php153 $access_rights = array();
159 $access_rights[$page] = 1;
166 $access_rights[$page] = $user->is_admin ? YES : NO;
182 if (isset($access_rights[$page]) == false) {
183 $access_rights[$page] = $level;
184 } else if ($access_rights[$page] < $level) {
185 $access_rights[$page] = $level;
197 …$access_rights[ltrim($page["url"], "/")] = is_false($page["private"]) || $user->is_admin ? YES : N…
215 if ($access_rights[$url] < $page["level"]) {
216 $access_rights[$url] = $page["level"];
[all …]
/dports/x11-fm/filerunner/filerunner/packages/twapi/
H A Dwinsta.tcl24 set access_rights [_access_rights_to_mask $opts(access)]
26 return [OpenWindowStation $winsta $opts(inherit) $access_rights]
78 set access_rights [_access_mask_to_rights $access_mask]
79 if {"read_control" in $access_rights ||
80 "write_dacl" in $access_rights ||
81 "write_owner" in $access_rights} {
82 lappend access_rights desktop_readobject desktop_writeobjects
/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/install/sql/
H A Dupdate_304_310.sql20 ALTER TABLE `tbl_domain` CHANGE `access_rights` `access_group` INT UNSIGNED NOT NULL DEFAULT '0';
21 ALTER TABLE `tbl_contactgroup` CHANGE `access_rights` `access_group` INT UNSIGNED NOT NULL DEFAULT …
22 ALTER TABLE `tbl_contact` CHANGE `access_rights` `access_group` INT UNSIGNED NOT NULL DEFAULT '0';
23 ALTER TABLE `tbl_command` CHANGE `access_rights` `access_group` INT UNSIGNED NOT NULL DEFAULT '0';
24 ALTER TABLE `tbl_contacttemplate` CHANGE `access_rights` `access_group` INT UNSIGNED NOT NULL DEFAU…
25 ALTER TABLE `tbl_host` CHANGE `access_rights` `access_group` INT UNSIGNED NOT NULL DEFAULT '0';
28 ALTER TABLE `tbl_hostextinfo` CHANGE `access_rights` `access_group` INT( 8 ) UNSIGNED NOT NULL DEFA…
29 ALTER TABLE `tbl_hostgroup` CHANGE `access_rights` `access_group` INT( 8 ) UNSIGNED NOT NULL DEFAUL…
31 ALTER TABLE `tbl_service` CHANGE `access_rights` `access_group` INT( 8 ) UNSIGNED NOT NULL DEFAULT …
37 ALTER TABLE `tbl_timeperiod` CHANGE `access_rights` `access_group` INT( 8 ) UNSIGNED NOT NULL DEFAU…
[all …]
H A Dupdate_300_310.sql39 ALTER TABLE `tbl_domain` CHANGE `access_rights` `access_group` INT UNSIGNED NOT NULL DEFAULT '0';
40 ALTER TABLE `tbl_contactgroup` CHANGE `access_rights` `access_group` INT UNSIGNED NOT NULL DEFAULT …
41 ALTER TABLE `tbl_contact` CHANGE `access_rights` `access_group` INT UNSIGNED NOT NULL DEFAULT '0';
42 ALTER TABLE `tbl_command` CHANGE `access_rights` `access_group` INT UNSIGNED NOT NULL DEFAULT '0';
43 ALTER TABLE `tbl_contacttemplate` CHANGE `access_rights` `access_group` INT UNSIGNED NOT NULL DEFAU…
44 ALTER TABLE `tbl_host` CHANGE `access_rights` `access_group` INT UNSIGNED NOT NULL DEFAULT '0';
47 ALTER TABLE `tbl_hostextinfo` CHANGE `access_rights` `access_group` INT( 8 ) UNSIGNED NOT NULL DEFA…
48 ALTER TABLE `tbl_hostgroup` CHANGE `access_rights` `access_group` INT( 8 ) UNSIGNED NOT NULL DEFAUL…
50 ALTER TABLE `tbl_service` CHANGE `access_rights` `access_group` INT( 8 ) UNSIGNED NOT NULL DEFAULT …
56 ALTER TABLE `tbl_timeperiod` CHANGE `access_rights` `access_group` INT( 8 ) UNSIGNED NOT NULL DEFAU…
[all …]
/dports/devel/libfreefare/libfreefare-libfreefare-0.4.0/libfreefare/
H A Dmifare_desfire.c75 uint16_t access_rights; member
214 if ((MIFARE_DESFIRE (tag)->authenticated_key_no == MDAR_READ (settings.access_rights)) || in madame_soleil_get_read_communication_settings()
215 (MIFARE_DESFIRE (tag)->authenticated_key_no == MDAR_READ_WRITE (settings.access_rights))) in madame_soleil_get_read_communication_settings()
229 (MIFARE_DESFIRE (tag)->authenticated_key_no == MDAR_READ_WRITE (settings.access_rights))) in madame_soleil_get_write_communication_settings()
1254 settings->access_rights = le16toh (raw_settings.access_rights); in mifare_desfire_get_file_settings()
1294 if (MDAR_CHANGE_AR(settings.access_rights) == MDAR_FREE) { in mifare_desfire_change_file_settings()
1301 BUFFER_APPEND_LE (cmd, access_rights, 2, sizeof (uint16_t)); in mifare_desfire_change_file_settings()
1318 BUFFER_APPEND_LE (cmd, access_rights, 2, sizeof (uint16_t)); in mifare_desfire_change_file_settings()
1348 BUFFER_APPEND_LE (cmd, access_rights, 2, sizeof (uint16_t)); in create_file1()
1402 BUFFER_APPEND_LE (cmd, access_rights, 2, sizeof (uint16_t)); in mifare_desfire_create_value_file()
[all …]
H A Dfreefare.h307 uint16_t access_rights; member
359 …_settings (MifareTag tag, uint8_t file_no, uint8_t communication_settings, uint16_t access_rights);
360 …areTag tag, uint8_t file_no, uint8_t communication_settings, uint16_t access_rights, uint32_t file…
361 …areTag tag, uint8_t file_no, uint8_t communication_settings, uint16_t access_rights, uint32_t file…
362 …areTag tag, uint8_t file_no, uint8_t communication_settings, uint16_t access_rights, uint32_t file…
363 …areTag tag, uint8_t file_no, uint8_t communication_settings, uint16_t access_rights, uint32_t file…
364 …areTag tag, uint8_t file_no, uint8_t communication_settings, uint16_t access_rights, int32_t lower…
365 …areTag tag, uint8_t file_no, uint8_t communication_settings, uint16_t access_rights, uint32_t reco…
366 …areTag tag, uint8_t file_no, uint8_t communication_settings, uint16_t access_rights, uint32_t reco…
367 …areTag tag, uint8_t file_no, uint8_t communication_settings, uint16_t access_rights, uint32_t reco…
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dconfig_logger.c373 unsigned int access_rights; in config_section_handles_set_wild() local
407 access_rights = strtol(path_limit, NULL, 8); in config_section_handles_set_wild()
410 access_rights = FILE_CHANNEL_DEFAULT_ACCESS_RIGHTS; in config_section_handles_set_wild()
413 if(sscanf(path_limit, "%o", &access_rights) != 1) in config_section_handles_set_wild()
415 access_rights = FILE_CHANNEL_DEFAULT_ACCESS_RIGHTS; in config_section_handles_set_wild()
425 …if(FAIL(return_code = logger_channel_file_open(fullpath, uid, gid, access_rights, sync, file_chann… in config_section_handles_set_wild()
427 …unable to open file channel '%s' (%d:%d %o) : %r", fullpath, uid, gid, access_rights, return_code); in config_section_handles_set_wild()
/dports/finance/prestashop/prestashop/classes/
H A DImage.php62 protected static $access_rights = 0775; variable in ImageCore
725 … $success = @mkdir(_PS_PROD_IMG_DIR_ . $this->getImgFolder(), self::$access_rights, true);
726 $chmod = @chmod(_PS_PROD_IMG_DIR_ . $this->getImgFolder(), self::$access_rights);
805 @mkdir(_PS_PROD_IMG_DIR_ . $tmpFolder, self::$access_rights);
806 @chmod(_PS_PROD_IMG_DIR_ . $tmpFolder, self::$access_rights);
845 @mkdir($testFolder, self::$access_rights, true);
846 @chmod($testFolder, self::$access_rights);
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/trace/beauty/
H A Dpkey_alloc.c41 static size_t pkey_alloc__scnprintf_access_rights(int access_rights, char *bf, size_t size, bool sh… in pkey_alloc__scnprintf_access_rights() argument
46 …rarray__scnprintf_flags(&strarray__pkey_alloc_access_rights, bf, size, show_prefix, access_rights); in pkey_alloc__scnprintf_access_rights()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/trace/beauty/
H A Dpkey_alloc.c41 static size_t pkey_alloc__scnprintf_access_rights(int access_rights, char *bf, size_t size, bool sh… in pkey_alloc__scnprintf_access_rights() argument
46 …rarray__scnprintf_flags(&strarray__pkey_alloc_access_rights, bf, size, show_prefix, access_rights); in pkey_alloc__scnprintf_access_rights()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/trace/beauty/
H A Dpkey_alloc.c41 static size_t pkey_alloc__scnprintf_access_rights(int access_rights, char *bf, size_t size, bool sh… in pkey_alloc__scnprintf_access_rights() argument
46 …rarray__scnprintf_flags(&strarray__pkey_alloc_access_rights, bf, size, show_prefix, access_rights); in pkey_alloc__scnprintf_access_rights()
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DImage.php41 protected static $access_rights = 0775; variable in ImageCore
488 … $success = @mkdir(_PS_PROD_IMG_DIR_.$this->getImgFolder(), static::$access_rights, true);
489 $chmod = @chmod(_PS_PROD_IMG_DIR_.$this->getImgFolder(), static::$access_rights);
716 @mkdir(_PS_PROD_IMG_DIR_.$tmpFolder, static::$access_rights);
717 @chmod(_PS_PROD_IMG_DIR_.$tmpFolder, static::$access_rights);
761 @mkdir($testFolder, static::$access_rights, true);
762 @chmod($testFolder, static::$access_rights);
/dports/devel/py-os-win/os-win-5.5.0/os_win/tests/functional/
H A Dtest_pathutils.py68 access_rights=constants.ACE_GENERIC_READ,
75 access_rights=constants.ACE_GENERIC_WRITE,
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/docs/sdk/
H A Dcommands.rst242 The AusweisApp2 will send an :ref:`access_rights` message as an answer.
251 :ref:`access_rights` message. Otherwise you will get a :ref:`bad_state`
267 The AusweisApp2 will send an :ref:`access_rights` message as an answer.
290 :ref:`access_rights` message. Otherwise you will get a :ref:`bad_state`
294 List of possible access rights are listed in :ref:`access_rights`.
313 :ref:`access_rights` message. Otherwise you will get a :ref:`bad_state`
348 If the AusweisApp2 will send the message :ref:`access_rights` the user
357 only :ref:`access_rights` needs to be accepted.
366 :ref:`access_rights` message. Otherwise you will get a :ref:`bad_state`
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/landlock/
H A Dfs.c153 const struct path *const path, u32 access_rights) in landlock_append_fs_rule() argument
159 if (!d_is_dir(path->dentry) && (access_rights | ACCESS_FILE) != in landlock_append_fs_rule()
166 access_rights |= LANDLOCK_MASK_ACCESS_FS & ~ruleset->fs_access_masks[0]; in landlock_append_fs_rule()
171 err = landlock_insert_rule(ruleset, object, access_rights); in landlock_append_fs_rule()
/dports/multimedia/libv4l/linux-5.13-rc2/security/landlock/
H A Dfs.c153 const struct path *const path, u32 access_rights) in landlock_append_fs_rule() argument
159 if (!d_is_dir(path->dentry) && (access_rights | ACCESS_FILE) != in landlock_append_fs_rule()
166 access_rights |= LANDLOCK_MASK_ACCESS_FS & ~ruleset->fs_access_masks[0]; in landlock_append_fs_rule()
171 err = landlock_insert_rule(ruleset, object, access_rights); in landlock_append_fs_rule()
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/landlock/
H A Dfs.c153 const struct path *const path, u32 access_rights) in landlock_append_fs_rule() argument
159 if (!d_is_dir(path->dentry) && (access_rights | ACCESS_FILE) != in landlock_append_fs_rule()
166 access_rights |= LANDLOCK_MASK_ACCESS_FS & ~ruleset->fs_access_masks[0]; in landlock_append_fs_rule()
171 err = landlock_insert_rule(ruleset, object, access_rights); in landlock_append_fs_rule()
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/relay/
H A Dcustom.py40 def cli_namespaceautho_create(client, resource_group_name, namespace_name, name, access_rights=None… argument
46 rights=accessrights_converter(access_rights)
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/lib/Netdot/Model/
H A DGroupRight.pm44 foreach my $r ( $cl->access_rights ){
H A DUserRight.pm45 foreach my $r ( $person->access_rights ){

123456789