aboutsummaryrefslogtreecommitdiff
path: root/projects/usbguard
AgeCommit message (Collapse)Author
2021-08-26Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313)jonathanmetzman
This reverts commit 878c32419cdf89457d1f1be616d4896fc2586160. Related: #6180
2021-08-26Revert "[Ubuntu upgrade] Fix projects so they don't break with upgrade. ↵Oliver Chang
(#6304)" (#6306) This reverts commit 5549d804b3640462549401597cfef382911b3933.
2021-08-25[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)jonathanmetzman
Fix projects so they don't break with upgrade. These fixes are likely not backwards compatible and will fail on Ubuntu 16.04. Related: #6180
2021-08-24[Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)jonathanmetzman
These projects were tested and it was found that their use of MSAN does not work on Ubuntu 20.04. Therefore their use of MSAN is being disabled. Related: #6180
2021-03-18Update primary contact and CCs for USBGuard project (#5432)Zoltán Fridrich
* Update primary contact and CCs for USBGuard project * Update project.yaml Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
2018-07-30[USBGuard] Initial Integration. (#1667)Allen-Webb
USBGuard is a project that provides policy enforcement for attached USB device to protect against malicious on unauthorized USB devices. This adds initial support for the USBGuard project.