summaryrefslogtreecommitdiff
path: root/flowtop
AgeCommit message (Expand)AuthorFilesLines
2013-03-15build: Find libncurses by using pkg-configDaniel Borkmann1-1/+1
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann2-0/+23
szeredi@redhat.com>2016-10-31 14:42:14 +0100 commitfd3220d37b1f6f0cab6142d98b0e6c4082e63299 (patch) tree69f329819476f64840bfa280bb83f1504efd7afd parenta909d3e636995ba7c349e2ca5dbb528154d4ac30 (diff)
ovl: update S_ISGID when setting posix ACLs
This change fixes xfstest generic/375, which failed to clear the setgid bit in the following test case on overlayfs: touch $testfile chown 100:100 $testfile chmod 2755 $testfile _runas -u 100 -g 101 -- setfacl -m u::rwx,g::rwx,o::rwx $testfile Reported-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> Tested-by: Amir Goldstein <amir73il@gmail.com> Fixes: d837a49bd57f ("ovl: fix POSIX ACL setting") Cc: <stable@vger.kernel.org> # v4.8
Diffstat