-
- Downloads
vfs: Add permission2 for filesystems with per mount permissions
This allows filesystems to use their mount private data to
influence the permssions they return in permission2. It has
been separated into a new call to avoid disrupting current
permission users.
Change-Id: I9d416e3b8b6eca84ef3e336bd2af89ddd51df6ca
Signed-off-by:
Daniel Rosenberg <drosen@google.com>
Showing
- fs/exec.c 1 addition, 1 deletionfs/exec.c
- fs/namei.c 126 additions, 51 deletionsfs/namei.c
- fs/notify/fanotify/fanotify_user.c 1 addition, 1 deletionfs/notify/fanotify/fanotify_user.c
- fs/notify/inotify/inotify_user.c 1 addition, 1 deletionfs/notify/inotify/inotify_user.c
- fs/open.c 11 additions, 5 deletionsfs/open.c
- fs/utimes.c 1 addition, 1 deletionfs/utimes.c
- include/linux/fs.h 11 additions, 0 deletionsinclude/linux/fs.h
- include/linux/namei.h 1 addition, 0 deletionsinclude/linux/namei.h
- ipc/mqueue.c 5 additions, 5 deletionsipc/mqueue.c
- security/inode.c 1 addition, 1 deletionsecurity/inode.c
Loading
Please register or sign in to comment