1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: libusbauth-configparser
Section: libs
Priority: optional
Maintainer: Kun-Hung Tsai (蔡昆宏) <moonape1226@gmail.com>
Uploaders: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper-compat (= 13),
pkg-config,
automake,
flex,
bison,
libudev-dev,
m4
Standards-Version: 4.6.1
Homepage: https://github.com/kochstefan/usbauth-all/tree/master/libusbauth-configparser
Vcs-Git: https://salsa.debian.org/debian/libusbauth-configparser.git
Vcs-Browser: https://salsa.debian.org/debian/libusbauth-configparser
Rules-Requires-Root: no
Package: libusbauth-configparser-dev
Section: libdevel
Architecture: linux-any
Depends: libusbauth-configparser1 (= ${binary:Version}), ${misc:Depends}
Description: Development package of library for USB Firewall including flex/bison parser
It is a firewall against BadUSB attacks. A config file describes in which way
USB interfaces would be accepted or denied. To the kernel an interface
authorization was developed with this firewall. The firewall sets the
authorization mask according to the rules.
.
The library is used to read the usbauth config file into data structures and is
used by usbauth and YaST
.
This package contains the required libraries, headers
Package: libusbauth-configparser1
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Library for USB Firewall including flex/bison parser
It is a firewall against BadUSB attacks. A config file describes in which way
USB interfaces would be accepted or denied. To the kernel an interface
authorization was developed with this firewall. The firewall sets the
authorization mask according to the rules.
.
The library is used to read the usbauth config file into data structures and is
used by usbauth and YaST
.
This package contains the shared library
|