From 7477c88d34cad435505a446983ff265bcd4c7e67 Mon Sep 17 00:00:00 2001 From: Nimika Keshri Date: Thu, 30 Dec 2010 15:18:53 +0200 Subject: [PATCH] Changes: creds test failure fixed RevBy: Olli Leppanen --- tests/Harmattan/TestScripts/test-security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Harmattan/TestScripts/test-security.py b/tests/Harmattan/TestScripts/test-security.py index 33ada19..29c6cdb 100644 --- a/tests/Harmattan/TestScripts/test-security.py +++ b/tests/Harmattan/TestScripts/test-security.py @@ -71,7 +71,7 @@ class SecurityTests(unittest.TestCase): # only UID and GID. # required caps for fala_ft_creds1 - cap1 = ['tcb', 'drm', 'CAP::setuid', 'CAP::setgid', + cap1 = ['drm', 'CAP::setuid', 'CAP::setgid', 'CAP::setfcap'] + self.user_creds() # required caps for fala_ft_creds2