diff --git a/doc/spec/hal-spec-access-control.xml b/doc/spec/hal-spec-access-control.xml
index b33bd18..ec790e8 100644
--- a/doc/spec/hal-spec-access-control.xml
+++ b/doc/spec/hal-spec-access-control.xml
@@ -138,6 +138,14 @@
+ iso7816
+
+ Directly access iso7816 security devices.
+ no
+ yes
+
+
+
joystick
Directly access Joystick devices.
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml
index 3c400ef..114cb47 100644
--- a/doc/spec/hal-spec-properties.xml
+++ b/doc/spec/hal-spec-properties.xml
@@ -4780,6 +4780,40 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
+
+
+ iso7816 namespace
+
+
+ Device objects with the capability iso7816 represent
+ a smart card device/systems (e.g. smart card reader) . No namespace specific
+ properties.
+
+
+
+
+
+ iso7816.smart_card_reader namespace
+
+
+ Device objects with the capabilities iso7816 and
+ iso7816.smart_card_reader represent a smart card reader. No namespace specific
+ properties.
+
+
+
+
+
+ iso7816.smart_token namespace
+
+
+ Device objects with the capabilities iso7816 and
+ iso7816.smart_token represent a smart token, a device where the smart card and the
+ smart card reader are in one device. No namespace specific
+ properties.
+
+
+
killswitch namespace
diff --git a/fdi/policy/10osvendor/20-acl-management.fdi b/fdi/policy/10osvendor/20-acl-management.fdi
index 98f8c88..236904a 100644
--- a/fdi/policy/10osvendor/20-acl-management.fdi
+++ b/fdi/policy/10osvendor/20-acl-management.fdi
@@ -115,6 +115,11 @@
usbraw.device
fingerprint-reader
+
+ access_control
+ usbraw.device
+ iso7816
+
@@ -146,6 +151,11 @@
fingerprint-reader
@info.parent:linux.device_file
+
+ access_control
+ iso7816
+ @info.parent:linux.device_file
+
diff --git a/policy/org.freedesktop.hal.device-access.policy b/policy/org.freedesktop.hal.device-access.policy
index e083eb4..a0396c9 100644
--- a/policy/org.freedesktop.hal.device-access.policy
+++ b/policy/org.freedesktop.hal.device-access.policy
@@ -91,6 +91,15 @@ NOTE: Please keep the actions in alpabetical order
+
+ Directly access to iso7816 security devices
+ System policy prevents access to iso7816 security devices
+
+ no
+ yes
+
+
+
Directly access Joystick devices
System policy prevents access to Joystick devices