summaryrefslogtreecommitdiff
path: root/security/selinux/selinuxfs.c
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2015-10-22 00:44:25 +0300
committerPaul Moore <pmoore@redhat.com>2015-10-22 00:44:25 +0300
commit44d37ad3602b3823764eeb0f6c1ee3ef6c4fb936 (patch)
treeda06d34a35dc0364f8bec0276abcf796ffeeb81c /security/selinux/selinuxfs.c
parent2a35d196c160e352fa56eabb7952f78f4c85f577 (diff)
downloadlinux-44d37ad3602b3823764eeb0f6c1ee3ef6c4fb936.tar.xz
selinux: do not check open perm on ftruncate call
Use the ATTR_FILE attribute to distinguish between truncate() and ftruncate() system calls. The two other cases where do_truncate is called with a filp (and therefore ATTR_FILE is set) are for coredump files and for open(O_TRUNC). In both of those cases the open permission has already been checked during file open and therefore does not need to be repeated. Commit 95dbf739313f ("SELinux: check OPEN on truncate calls") fixed a major issue where domains were allowed to truncate files without the open permission. However, it introduced a new bug where a domain with the write permission can no longer ftruncate files without the open permission, even when they receive an already open file. Signed-off-by: Jeff Vander Stoep <jeffv@google.com> Acked-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'security/selinux/selinuxfs.c')
0 files changed, 0 insertions, 0 deletions