commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] procfs branch, master, updated. 641249f6b143c4e22825e18e0dbe22bb04


From: Samuel Thibault
Subject: [SCM] procfs branch, master, updated. 641249f6b143c4e22825e18e0dbe22bb04d21138
Date: Sat, 20 Jul 2013 15:53:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "procfs".

The branch, master has been updated
       via  641249f6b143c4e22825e18e0dbe22bb04d21138 (commit)
      from  b1a3f96a8139c5ed3aac7b8a77b06ba4c0a877c7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 641249f6b143c4e22825e18e0dbe22bb04d21138
Author: Justus Winter <address@hidden>
Date:   Tue Jul 16 10:51:21 2013 +0200

    Fix default file ownership
    
    Formerly all nodes were created so that they were owned by root:root
    by default. This causes problems if the procfs translator is running
    as unprivileged user and serves passive translator records, because
    the file ownership is being used as credentials for starting
    translators. This obviously fails if the procfs translator is not root
    but is trying to acquire credentials including uid/gid 0.
    
    Fix this by using the uid/gid of the procfs translator by default.
    
    procfs.c (procfs_make_node): Fix default node ownership.

-----------------------------------------------------------------------

Summary of changes:
 procfs.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
procfs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]