/pkg/src/modules/portable/ |
H A D | os_aix.py | 38 def chown(path, owner, group): function 43 return os.chown(path, owner, group) 46 return os.chown(path, -1, group)
|
H A D | os_darwin.py | 34 is_admin, get_userid, get_username, chown, rename, remove, link, \ 35 split_path, get_root, assert_mode namespace
|
H A D | __init__.py | 52 # of OS or filesystem implementations, such as chown() or rename(). 143 def chown(path, owner, group): function
|
H A D | os_sunos.py | 38 get_usernames_by_gid, is_admin, get_userid, get_username, chown, rename, \ 39 remove, link, copyfile, split_path, get_root, assert_mode namespace
|
H A D | os_unix.py | 256 def chown(path, owner, group): function 257 return os.chown(path, owner, group)
|
H A D | os_windows.py | 99 def chown(path, owner, group): function
|
/pkg/src/svc/ |
H A D | svc-pkg-repositories-setup | 30 CHOWN=/usr/bin/chown 94 "Unable to chown /var/share/pkg/repositories" \
|
/pkg/src/tests/ |
H A D | run.py | 380 os.chown(cov_dest, uid, gid) 383 os.chown("{0}/{1}".format(cov_dest, f), uid, gid) 562 os.chown(".coverage", uid, gid)
|
/pkg/src/tests/cli/ |
H A D | t_fix.py | 325 os.chown(fpath, ubin, groot) 465 os.chown(fpath, -1, 2) 758 os.chown(fpath, -1, 2)
|
H A D | t_pkg_revert.py | 130 os.chown(file_path, ubin, groot)
|
H A D | t_pkgrepo.py | 1986 chown=False): 1990 If chown is set, we chown the file and its parent dir to root. 1997 if chown: 1998 os.chown(fpath, 0, 0) 1999 os.chown(os.path.dirname(mpath), 0, 0) 2006 if chown: 2007 os.chown(mpath, 0, 0) 2008 os.chown(os.path.dirname(mpath), 0, 0) 3264 bad_path = self.__inject_perm(fmri_str=fmris[0], chown [all...] |
H A D | t_pkg_verify.py | 479 os.chown(fpath, -1, 2)
|
H A D | t_pkgsend.py | 1428 os.chown(root, owner_id, group_id) 1430 os.chown(os.path.join(root,f), owner_id,
|
H A D | t_sysrepo.py | 503 os.chown(cache_dir, exp_uid, 1) 509 "permissions to chown to uid {0}".format(exp_uid))
|
/pkg/src/modules/actions/ |
H A D | directory.py | 201 portable.chown(path, owner, group) 205 # Assume chown failed due to a
|
H A D | driver.py | 292 os.chown(datp, st.st_uid, st.st_gid) 376 os.chown(dltp, st.st_uid, st.st_gid) 512 os.chown(dltp, st.st_uid, st.st_gid) 977 os.chown(dltp, st.st_uid, st.st_gid)
|
H A D | license.py | 122 portable.chown(path, owner, group)
|
H A D | generic.py | 56 # actions precede file actions (so that the system permits chown'ing them to 681 portable.chown(path, uid, gid) 707 portable.chown(p, fs.st_uid, fs.st_gid) 720 portable.chown(path, uid, gid)
|
H A D | file.py | 268 portable.chown(temp, owner, group)
|
/pkg/src/modules/ |
H A D | misc.py | 132 portable.chown(dst_path, fs.st_uid, fs.st_gid) 154 os.chown(d_path, s.st_uid, s.st_gid) 159 os.chown(d_path, s.st_uid, s.st_gid) 165 os.chown(d_path, s.st_uid, s.st_gid) 188 os.chown(d_path, s.st_uid, s.st_gid) 196 os.chown(d_path, s.st_uid, s.st_gid) 206 os.chown(dst, src_stat.st_uid, src_stat.st_gid) 231 os.chown(dst, s.st_uid, s.st_gid) 1414 portable.chown(path, uid, gid) 1417 portable.chown(pat [all...] |
H A D | cfgfiles.py | 194 os.chown(name, st.st_uid, st.st_gid)
|
/pkg/src/tests/api/ |
H A D | t_pkg_api_install.py | 1226 os.chown(target, owner, group) 1245 os.chown(dest_dir, 0, 0)
|
H A D | t_config.py | 1549 portable.chown(scpath, 65534, 65534)
|
/pkg/src/ |
H A D | depot-config.py | 158 os.chown(dir, uid, gid) 161 raise DepotException(_("Unable to chown {dir} to "
|
H A D | sysrepo.py | 539 os.chown(dir, uid, gid) 543 _("Unable to chown to {user}:{group}: " 783 _("Unable to chown to {user}:{group}: "
|