diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-02-05 08:09:16 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-02-05 08:09:16 +0000 |
commit | 8a6219e54379911605aed860519e0194f1433b72 (patch) | |
tree | 54e7a7b958b3f2a38edfce57c23c8ffa0bc36af2 /doc/init.md | |
parent | d71b0e78eb0f24e8b147657c8561d74e441c2503 (diff) |
Remove `-sysperms` option
This change effectively reverts commits from
https://github.com/bitcoin/bitcoin/pull/4286.
Users, who rely on non-default access permissions, should use `chmod`
command.
Diffstat (limited to 'doc/init.md')
-rw-r--r-- | doc/init.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/init.md b/doc/init.md index 399b819bf4..7f79027718 100644 --- a/doc/init.md +++ b/doc/init.md @@ -70,7 +70,7 @@ NOTE: When using the systemd .service file, the creation of the aforementioned directories and the setting of their permissions is automatically handled by systemd. Directories are given a permission of 710, giving the bitcoin group access to files under it _if_ the files themselves give permission to the -bitcoin group to do so (e.g. when `-sysperms` is specified). This does not allow +bitcoin group to do so. This does not allow for the listing of files under the directory. NOTE: It is not currently possible to override `datadir` in |