| #! /bin/bash |
| # SPDX-License-Identifier: GPL-2.0 |
| # Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved. |
| # |
| # FS QA Test No. 088 |
| # |
| # test out CAP_DAC_OVERRIDE and CAP_DAC_SEARCH code in |
| # xfs_iaccess(ip,mode,cr) |
| # |
| seqfull=$0 |
| . ./common/preamble |
| _begin_fstest perms auto quick |
| |
| # Import common functions. |
| . ./common/filter |
| |
| _filter() |
| { |
| _filter_test_dir | sed -e '/----------/d' |
| } |
| |
| _require_test |
| _require_chown |
| |
| path=$TEST_DIR/t_access |
| $here/src/t_access_root $path | tee $seqres.full | _filter |
| |
| # success, all done |
| status=0 |
| exit |