Remove invocation of api_feature_loader in %post 98/64998/1
authorRafal Krypa <r.krypa@samsung.com>
Wed, 6 Apr 2016 14:14:28 +0000 (16:14 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Wed, 6 Apr 2016 14:14:28 +0000 (16:14 +0200)
This binary was part of libprivilege-control, support for which was dropped
in the previous commit.

Change-Id: I492a597ee7e2aca46f143fb211cb9560ae8a21f5

packaging/security-tests.spec

index e52efea..0769110 100644 (file)
@@ -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