• Olaf Dietsche's avatar
    [PATCH] 2.5.40: fix chmod/chown on procfs · d5f9873c
    Olaf Dietsche authored
    This patch allows to change uid, gid and mode of files and directories
    located in procfs.
    
    Without this patch you can change uid, gid and mode as long as the
    file is open. As soon as you close the file, it reverts back to its
    default, which is root:root and readonly usually.
    d5f9873c
generic.c 12.9 KB