android_kernel_oneplus_msm8998/security/integrity/ima
Mimi Zohar 851ae480e6 Revert "ima: limit file hash setting by user to fix and log modes"
commit f5acb3dcba1ffb7f0b8cbb9dba61500eea5d610b upstream.

Userspace applications have been modified to write security xattrs,
but they are not context aware.  In the case of security.ima, the
security xattr can be either a file hash or a file signature.
Permitting writing one, but not the other requires the application to
be context aware.

In addition, userspace applications might write files to a staging
area, which might not be in policy, and then change some file metadata
(eg. owner) making it in policy.  As a result, these files are not
labeled properly.

This reverts commit c68ed80c97, which
prevents writing file hashes as security.ima xattrs.

Requested-by: Patrick Ohly <patrick.ohly@intel.com>
Cc: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Cc: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-06-06 16:46:20 +02:00
..
ima.h
ima_api.c
ima_appraise.c Revert "ima: limit file hash setting by user to fix and log modes" 2018-06-06 16:46:20 +02:00
ima_crypto.c ima: Fallback to the builtin hash algorithm 2018-05-30 07:49:10 +02:00
ima_fs.c
ima_init.c
ima_main.c ima: Fallback to the builtin hash algorithm 2018-05-30 07:49:10 +02:00
ima_policy.c
ima_queue.c
ima_template.c
ima_template_lib.c
ima_template_lib.h
Kconfig ima: Fix Kconfig to select TPM 2.0 CRB interface 2018-05-30 07:49:10 +02:00
Makefile