commit | 86e8daafc3755820272c0f36a3dd115f0b01c93d | [log] [tgz] |
---|---|---|
author | Dan Walsh <dwalsh@redhat.com> | Thu Oct 20 15:13:17 2011 -0400 |
committer | Eric Paris <eparis@redhat.com> | Wed Nov 02 15:37:10 2011 -0400 |
tree | c6b7e6cb3735811d77d13abea6ecfa63c603e643 | |
parent | 023c9c1fdee963606d830b70db108bd9031390f4 [diff] |
libselinux: maintain mode even if umask is tighter When certain programs were run which created new files they would get default permissions based on the current users umask. However these files should get the same permissions as those files which they replaced. Do that. Patch from: Stephen Smalley Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>