Home
last modified time | relevance | path

Searched hist:"6 c988f57" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ecryptfs/
H A Dinode.c6c988f57 Fri Dec 09 09:45:03 CST 2016 Miklos Szeredi <mszeredi@redhat.com> ecryptfs: use vfs_get_link()

Here again we are copying form one buffer to another, while jumping through
hoops to make kernel memory look like userspace memory.

For no good reason, since vfs_get_link() provides exactly what is needed.

As a bonus, now the security hook for readlink is also called on the
underlying inode.

Note: this can be called from link-following context. But this is okay:

- not in RCU mode

- commit e54ad7f1ee26 ("proc: prevent stacking filesystems on top")

- ecryptfs is *reading* the underlying symlink not following it, so the
right security hook is being called

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Cc: Tyler Hicks <tyhicks@canonical.com>
6c988f57 Fri Dec 09 09:45:03 CST 2016 Miklos Szeredi <mszeredi@redhat.com> ecryptfs: use vfs_get_link()

Here again we are copying form one buffer to another, while jumping through
hoops to make kernel memory look like userspace memory.

For no good reason, since vfs_get_link() provides exactly what is needed.

As a bonus, now the security hook for readlink is also called on the
underlying inode.

Note: this can be called from link-following context. But this is okay:

- not in RCU mode

- commit e54ad7f1ee26 ("proc: prevent stacking filesystems on top")

- ecryptfs is *reading* the underlying symlink not following it, so the
right security hook is being called

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Cc: Tyler Hicks <tyhicks@canonical.com>