summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2017-06-21 14:34:15 +0200
committerJan Kara <jack@suse.cz>2017-07-17 10:15:31 +0200
commita992f2d38e4ce17b8c7d1f7f67b2de0eebdea069 (patch)
tree0e8254a82951c1bacde59194ef86e0f604b2019f /ipc
parent6883cd7f68245e43e91e5ee583b7550abf14523f (diff)
downloadtalos-obmc-linux-a992f2d38e4ce17b8c7d1f7f67b2de0eebdea069.tar.gz
talos-obmc-linux-a992f2d38e4ce17b8c7d1f7f67b2de0eebdea069.zip
ext2: Don't clear SGID when inheriting ACLs
When new directory 'DIR1' is created in a directory 'DIR0' with SGID bit set, DIR1 is expected to have SGID bit set (and owning group equal to the owning group of 'DIR0'). However when 'DIR0' also has some default ACLs that 'DIR1' inherits, setting these ACLs will result in SGID bit on 'DIR1' to get cleared if user is not member of the owning group. Fix the problem by creating __ext2_set_acl() function that does not call posix_acl_update_mode() and use it when inheriting ACLs. That prevents SGID bit clearing and the mode has been properly set by posix_acl_create() anyway. Fixes: 073931017b49d9458aa351605b43a7e34598caef CC: stable@vger.kernel.org CC: linux-ext4@vger.kernel.org Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud