coreutils/.vscode/cspell.dictionaries
Michael Debertol 8b74562820 cp: correctly copy mode, ownership, acl and context
Fix a mix-up between ownership and mode. The latter (mode / file permissions)
can also be set on windows (which however only affects the read-only flag),
while there doesn't seem to be a straight-forward way to change file ownership
on windows.

Copy the acl as well when copying the mode. This is a non-default feature and can be
enabled with --features feat_acl, because it doesn't seem to work on CI.
It is only available for unix so far.

Copy the SELinux context if possible.
2021-09-01 00:16:22 +02:00
..
acronyms+names.wordlist.txt docs/spell ~ update cspell dictionaries 2021-06-19 18:37:13 -05:00
jargon.wordlist.txt cp: correctly copy mode, ownership, acl and context 2021-09-01 00:16:22 +02:00
people.wordlist.txt docs/spell: add 'Thomas Queiroz' to spell-checker exceptions word list 2021-08-01 17:20:30 -04:00
shell.wordlist.txt runcon: added implementation and tests. 2021-08-22 21:59:41 +02:00
workspace.wordlist.txt cp: correctly copy mode, ownership, acl and context 2021-09-01 00:16:22 +02:00