diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-08 23:09:39 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-08 23:09:39 +0000 |
commit | 5499792c357777dcfc5ee461fa64baaba1d2dde5 (patch) | |
tree | 15363c44fe541b3adcd720edf39696e9230d7feb /unionfs/CAVEAT | |
parent | e5fca9a10c2622b85cc77e776ea56c8dbb9847e6 (diff) | |
parent | c6db537edac054a03847b1b99f78c00703f48d6b (diff) |
Merge branch 'dde' of git.debian.org:/git/pkg-hurd/hurd into dde
Diffstat (limited to 'unionfs/CAVEAT')
-rw-r--r-- | unionfs/CAVEAT | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/unionfs/CAVEAT b/unionfs/CAVEAT deleted file mode 100644 index dbb88136..00000000 --- a/unionfs/CAVEAT +++ /dev/null @@ -1,25 +0,0 @@ -While using unionfs, you could experience more permission errors or -difficult or impossible file or directory deletion. This is a list of -things that can happen. - -WARNINGS: - -- If the translator is run as by an unpriviledged user, other users will fail -to create files or directory, since the translator won't be able to change -the ownership of the file. - - -PROBLEMS: - -- If there's a name conflict in underlying filesystems between directories -and files -- say that "foo" is a directory in underlying filesystem "a" while -is a file in the underlying filesystem "b" -- then unionfs will be unable to -delete this entry. This is a structural BUG (there's no clean way to solve it), -and should be fixed. - -- If there's a name conflict in underlying filesystems between directories -(or between files), and the user has not permission to delete _ALL_ the -entries -- e.g. one hidden entry is read-only -- then he will get an EPERM -even if permissions seems ok. This is a structural BUG (there's no clean way -to solve it), and should be fixed. - |