X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=README.adoc;h=f120694f97abdfe5adbc728996efccee8d7be8b0;hb=583a2695a3ddc9c98e0a03d9f1bad8df30afe887;hp=2471f92d1b9b4e0fdd5785c68af4adc8b3d1c7d8;hpb=304a68c565d58ae52dd39cf6e2d6ef52cada7d19;p=safcm%2Fsafcm.git diff --git a/README.adoc b/README.adoc index 2471f92..f120694 100644 --- a/README.adoc +++ b/README.adoc @@ -111,6 +111,12 @@ future, others are due to the design of safcm. result is similar -- but not identical -- to quoted strings in regular shell scripts which can be confusing. +- Permissions of symlinks are ignored on BSD systems. They are always shown to + have `0777` as permissions even though the current umask controls the actual + permissions when creating new symlinks. Existing symlinks with different + permissions are not updated. Most BSDs ignore the permissions when following + symlinks which should reduce the impact of this limitation. + == Requirements @@ -128,6 +134,7 @@ future, others are due to the design of safcm. * Supported operating system: ** GNU/Linux with common commands (`uname`, `id`, `stat`, `sha512sum`, `cat`, `mktemp`, `rm`, `ln`, `chmod`) + ** FreeBSD (same commands, but uses `sha512`) * SSH server * to install packages: ** `apt-get` (Debian or derivative)