]> git.baikalelectronics.ru Git - kernel.git/commit
Smack: Mark inode instant in smack_task_to_inode
authorCasey Schaufler <casey@schaufler-ca.com>
Fri, 22 Jun 2018 17:54:45 +0000 (10:54 -0700)
committerJames Morris <james.morris@microsoft.com>
Sat, 23 Jun 2018 01:45:56 +0000 (10:45 +0900)
commitc79f7ec07102377cfc26f7b4b707c23a48e65a8d
tree07f4dff2813009fcbfbd947b9f1978388f897e26
parent772a25330190bfa3a6db42d24df31ccaa7298dd1
Smack: Mark inode instant in smack_task_to_inode

Smack: Mark inode instant in smack_task_to_inode

/proc clean-up in commit 5ec77277ca281b23476b47502469ffc0d6557752
resulted in smack_task_to_inode() being called before smack_d_instantiate.
This resulted in the smk_inode value being ignored, even while present
for files in /proc/self. Marking the inode as instant here fixes that.

Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
Signed-off-by: James Morris <james.morris@microsoft.com>
security/smack/smack_lsm.c