Skip to content

dyc: correct user/group/mode of the server socket#562

Merged
AltraMayor merged 1 commit intov1.1-devfrom
fix_ugm
Jun 6, 2022
Merged

dyc: correct user/group/mode of the server socket#562
AltraMayor merged 1 commit intov1.1-devfrom
fix_ugm

Conversation

@AltraMayor
Copy link
Owner

This pull request replaces fchmod(2) and fchown(2) that were being used to change the mode, user, and group of the server socket with umask(2) and lchown(2), respectively.

This change is needed because fchmod(2) and fchown(2) silently do nothing when applied on sockets.

This patch replaces fchmod(2) and fchown(2) that were being used
to change the mode, user, and group of the server socket with
umask(2) and lchown(2), respectively.

This change is needed because fchmod(2) and fchown(2) silently
do nothing when applied on sockets.
@AltraMayor AltraMayor merged commit 5418813 into v1.1-dev Jun 6, 2022
@AltraMayor AltraMayor deleted the fix_ugm branch June 6, 2022 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant