Signed-off-by: Yuan Sun <sunyu...@huawei.com>
---
 testcases/kernel/security/filecaps/filecapstest.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/testcases/kernel/security/filecaps/filecapstest.sh 
b/testcases/kernel/security/filecaps/filecapstest.sh
index 213b095..16b0055 100755
--- a/testcases/kernel/security/filecaps/filecapstest.sh
+++ b/testcases/kernel/security/filecaps/filecapstest.sh
@@ -29,6 +29,14 @@ rm -f $FIFOFILE
 mkfifo $FIFOFILE
 chmod 777 $FIFOFILE
 exit_code=0
+
+echo "testing for simple capset"
+check_simple_capset
+tmp=$?
+if [ $tmp -ne 0 ]; then
+       exit_code=$tmp
+fi
+
 echo "cap_sys_admin tests"
 verify_caps_exec 0
 tmp=$?
-- 
1.9.1


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to