Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable permissions for irc.conf and other files (such as group ownership) #2057

Closed
zwimer opened this issue Jan 9, 2024 · 1 comment
Assignees
Labels
feature New feature request
Milestone

Comments

@zwimer
Copy link

zwimer commented Jan 9, 2024

Feature description

When starting weechat (I use the official alpine docker container version) it chmod's some files as 600; that is only the user has read/write permissions; even if umask is 2. It'd be nice if we could configure this; or at least allow group ownership (i.e. chmod 660). That way we could allow members of the 'weechat' user-group to edit these files rather than just the 'weechat'.

@zwimer zwimer added the feature New feature request label Jan 9, 2024
@flashcode flashcode self-assigned this May 18, 2024
@flashcode flashcode added this to the 4.3.0 milestone May 18, 2024
@flashcode
Copy link
Member

Done, new option: weechat.look.config_permissions, for example:

/set weechat.look.config_permissions "660"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

No branches or pull requests

2 participants