aboutsummaryrefslogtreecommitdiff
path: root/lib/test_overflow.c
diff options
context:
space:
mode:
authorMark Salyzyn <[email protected]>2019-08-29 11:30:14 -0700
committerMiklos Szeredi <[email protected]>2019-09-11 16:11:45 +0200
commit5c2e9f346b815841f9bed6029ebcb06415caf640 (patch)
tree2f2d9b40f4d7775482b5eb67173ddd6b382b5a3e /lib/test_overflow.c
parent97f024b9171e74c4443bbe8a8dce31b917f97ac5 (diff)
ovl: filter of trusted xattr results in audit
When filtering xattr list for reading, presence of trusted xattr results in a security audit log. However, if there is other content no errno will be set, and if there isn't, the errno will be -ENODATA and not -EPERM as is usually associated with a lack of capability. The check does not block the request to list the xattrs present. Switch to ns_capable_noaudit to reflect a more appropriate check. Signed-off-by: Mark Salyzyn <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] # v3.18+ Fixes: a082c6f680da ("ovl: filter trusted xattr for non-admin") Signed-off-by: Miklos Szeredi <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions