« Security/PamUsb/Install » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Page créée avec « = Install = pam_usb is included in most Linux distributions out there. If you happen to run Ubuntu or Debian, run: # apt-get install libpam-usb pamusb-tools Gentoo (You ... ») |
|||
| Ligne 17 : | Ligne 17 : | ||
$ make | $ make | ||
# make install | # make install | ||
{{Admon/important|On Fedora|Library must be moved from <path>/lib/security</path> to <path>/usr/lib/security</path> ( i686 ) or <path>/usr/lib64/security</path> ( x86_64 )}} | |||
Version du 13 décembre 2012 à 14:14
Install
pam_usb is included in most Linux distributions out there.
If you happen to run Ubuntu or Debian, run:
# apt-get install libpam-usb pamusb-tools
Gentoo (You may need to unmask `sys-auth/pam_usb` or use `--automask-write`):
# emerge pam_usb
Compiling from source
Before proceeding, make sure all dependencies are installed: libxml2, pam, udisks, pmount and dbus-devel are installed
$ make # make install