From 49db936423277fa726553f7381c44579d1e1f5e8 Mon Sep 17 00:00:00 2001 From: Rafal Krypa Date: Wed, 6 Apr 2016 16:14:28 +0200 Subject: [PATCH] Remove invocation of api_feature_loader in %post This binary was part of libprivilege-control, support for which was dropped in the previous commit. Change-Id: I492a597ee7e2aca46f143fb211cb9560ae8a21f5 --- packaging/security-tests.spec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packaging/security-tests.spec b/packaging/security-tests.spec index e52efea..0769110 100644 --- a/packaging/security-tests.spec +++ b/packaging/security-tests.spec @@ -61,15 +61,6 @@ make %{?jobs:-j%jobs} ln -sf /etc/smack/test_smack_rules %{buildroot}/etc/smack/test_smack_rules_lnk %post -# Load permissions templates -api_feature_loader --verbose - -# Set vconf key for cc-mode testing if vconf key isn't there. -#%if "%{sec_product_feature_security_mdfpp_enable}" != "1" -# echo "Install vconf key (file/security_mdpp/security_mdpp_state) for testing key-manager" -# vconftool set -t string file/security_mdpp/security_mdpp_state "Unset" -#%endif - id -u security_test_user 1>/dev/null 2>&1 || \ useradd -r -g users -s /sbin/nologin -c "for tests only" security_test_user -- 2.7.4