summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2021-06-14[feat] allow to define explicitely allowed private addresskali kaneko (leap communications)
By default, bitmask-root allows traffic to devices in local networks. However, this behavior depends on it correctly identifying the local network of the default route, and it can fail on more complex network setups (one common failure mode is when one of the ifaces gets a link-local ip). This commit introduces an explicit mechanism, by parsing lines in /etc/bitmask/ipv4.allow /etc/bitmask/ipv6.allow If valid private ips are defined in either of the files, the behavior will change to fail close for local devices, and allow traffic (both tcp and udp) to the defined ips, on all ports. - Resolves: #503
2021-04-14[pkg] skip tests since they contact outsidekali kaneko (leap communications)
that makes build fail in launchpad
2021-04-14[pkg] modify version gen to read static version filekali kaneko (leap communications)
this can be used from any build script to distinguish the version string that will be displayed (ie: 0.21.2-debian-1) - Resolves: #468
2021-04-14[pkg] lintian happykali kaneko (leap communications)
2021-04-14[pkg] exclude garbage from source filekali kaneko (leap communications)
2021-03-03[pkg] skip dwz to be able to build in busterkali kaneko (leap communications)
2021-02-11[pkg] build debian packagekali kaneko (leap communications)
2021-02-10[pkg] add build depskali kaneko (leap communications)
2021-02-10[pkg] initial debian package - yet anotherkali kaneko (leap communications)