From 8e82e7b62a31c9d4d10ffe372aaab8bed82d22a8 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Sun, 18 Mar 2012 15:04:59 +0100 Subject: [PATCH] Updated README file to mention we're now using UDisks instead of HAL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 267b7a1..5609cf2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Features -------- * `Password-less authentication.` Use your USB stick for authentication, don't type passwords anymore. -* `Device auto probing.` You don't need to mount the device, or even to configure the device location (_sda1_, _sdb1_, etc). pam\_usb.so will automatically locate the device using _HAL_ and access its data by itself. +* `Device auto probing.` You don't need to mount the device, or even to configure the device location (_sda1_, _sdb1_, etc). pam\_usb.so will automatically locate the device using `UDisks` and access its data by itself. * `Two-factor authentication.` Achieve greater security by requiring both the USB stick and the password to authenticate the user. * `Non-intrusive.` pam\_usb doesn't require any modifications of the USB storage device to work (no additional partitions required). * USB Serial number, model and vendor verification.