diff options
author | Ian Kent <[email protected]> | 2018-04-20 14:55:59 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2018-04-20 17:18:35 -0700 |
commit | 1e6306652ba18723015d1b4967fe9de55f042499 (patch) | |
tree | c0fc41d8ede24fcef3098d56e876640aec505834 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 1551cf740cffc62221a4f13da1892f15b0d36f1e (diff) |
autofs: mount point create should honour passed in mode
The autofs file system mkdir inode operation blindly sets the created
directory mode to S_IFDIR | 0555, ingoring the passed in mode, which can
cause selinux dac_override denials.
But the function also checks if the caller is the daemon (as no-one else
should be able to do anything here) so there's no point in not honouring
the passed in mode, allowing the daemon to set appropriate mode when
required.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ian Kent <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions