mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
Allow also 444 for security file mode
This commit is contained in:
parent
109f384771
commit
8306b886e9
2 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ you must make a few changes external to sway first.
|
|||
|
||||
Configuration of security features is limited to files in the security directory
|
||||
(this is likely /etc/sway/security.d/*, but depends on your installation prefix).
|
||||
Files in this directory must be owned by root:root and chmod 644. The default
|
||||
Files in this directory must be owned by root:root and chmod 644 or 444. The default
|
||||
security configuration is installed to /etc/sway/security.d/00-defaults, and
|
||||
should not be modified - it will be updated with the latest recommended security
|
||||
defaults between releases. To override the defaults, you should add more files to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue