nmav pushed to caml-crush (master). "removed all filter entries"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 1 14:33:19 UTC 2015


>From 01644a305ca9e282a1df3b65efe44993a6049db6 Mon Sep 17 00:00:00 2001
From: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date: Wed, 1 Apr 2015 14:25:19 +0200
Subject: removed all filter entries


diff --git a/filter.conf b/filter.conf
index 064a7c1..d42e309 100644
--- a/filter.conf
+++ b/filter.conf
@@ -122,41 +122,6 @@ filter_actions_post = [ (".*",
                            (******** This is optional: key usage segregation ******************************)
                            (* (C_Initialize, do_segregate_usage), *)
 
-                           (******** Check for key creation and attribute manipulation on non local keys **)
-                           (C_CreateObject, non_local_objects_patch),
-                           (C_CopyObject, non_local_objects_patch),
-                           (C_SetAttributeValue, non_local_objects_patch),
-
-                           (******** Check for value extraction on sensitive/nonextractable keys **********)
-                           (C_GetAttributeValue, prevent_sensitive_leak_patch),
-                           (C_SetAttributeValue, prevent_sensitive_leak_patch),
-
-                           (******** CryptokiX conflicting attributes patch addendum for existing objects *) 
-                           (C_VerifyInit, conflicting_attributes_patch_on_existing_objects),
-                           (C_VerifyRecoverInit, conflicting_attributes_patch_on_existing_objects),
-                           (C_DeriveKey, conflicting_attributes_patch_on_existing_objects),
-                           (C_DigestKey, conflicting_attributes_patch_on_existing_objects),
-                           (C_WrapKey, conflicting_attributes_patch_on_existing_objects),
-                           (C_UnwrapKey, conflicting_attributes_patch_on_existing_objects),
-                             
-                           (******** CryptokiX conflicting attributes patch *******************************)
-                           (C_CreateObject, conflicting_attributes_patch), (C_CopyObject, conflicting_attributes_patch), 
-                           (C_UnwrapKey, conflicting_attributes_patch), (C_GenerateKey, conflicting_attributes_patch), 
-                           (C_GenerateKeyPair, conflicting_attributes_patch), (C_DeriveKey, conflicting_attributes_patch), 
-                           (C_SetAttributeValue, conflicting_attributes_patch),
-
-                           (******** CryptokiX sticky attributes patch ************************************)
-                           (C_CopyObject, sticky_attributes_patch), 
-                           (C_SetAttributeValue, sticky_attributes_patch),
-
-                           (******** CryptokiX Wrapping format patch **************************************)
-                           (C_WrapKey, wrapping_format_patch), 
-                           (C_UnwrapKey, wrapping_format_patch),
-
-                           (******** Sanitizing the creation attributes patch *****************************)
-                           (C_CreateObject, sanitize_creation_templates_patch), (C_CopyObject, sanitize_creation_templates_patch), 
-                           (C_GenerateKey, sanitize_creation_templates_patch), (C_GenerateKeyPair, sanitize_creation_templates_patch), 
-                           (C_DeriveKey, sanitize_creation_templates_patch), (C_UnwrapKey, sanitize_creation_templates_patch) 
                           ]
                    )
                  ]
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/caml-crush.git/commit/?h=master&id=01644a305ca9e282a1df3b65efe44993a6049db6


More information about the scm-commits mailing list