Skip to content

Commit 001880a

Browse files
Specify directly target GitHub repository URL
Generated with: ```bash find -type f -print0 | xargs -0 sed -i 's/github.com\/dkopecek\/usbguard/github.com\/USBGuard\/usbguard/g' ```
1 parent 6aa2f73 commit 001880a

24 files changed

+55
-55
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[USBGuard](https://github.com/dkopecek/usbguard) project site build using [Jekyll](http://jekyllrb.com) and the [slim-pickins-jekyll-theme](https://github.com/chrisanthropic/slim-pickins-jekyll-theme).
1+
[USBGuard](https://github.com/USBGuard/usbguard) project site build using [Jekyll](http://jekyllrb.com) and the [slim-pickins-jekyll-theme](https://github.com/chrisanthropic/slim-pickins-jekyll-theme).

_data/socials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
href: "https://usbguard.github.io/atom.xml"
33

44
- title: "github"
5-
href: "https://github.com/dkopecek/usbguard"
5+
href: "https://github.com/USBGuard/usbguard"

_includes/asides/latest_release.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h2>Latest Release</h2>
33
<ul>
44
<li>
5-
<a href="https://github.com/dkopecek/usbguard/releases/">usbguard-1.0.0</a>
5+
<a href="https://github.com/USBGuard/usbguard/releases/">usbguard-1.0.0</a>
66
</li>
77
</ul>
88
</aside>

_includes/asides/links.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<h2>Quick Links</h2>
33
<ul>
44
<li>
5-
<a href="https://github.com/dkopecek/usbguard/releases/">Releases</a>
5+
<a href="https://github.com/USBGuard/usbguard/releases/">Releases</a>
66
</li>
77
<li>
8-
<a href="https://github.com/dkopecek/usbguard/issues/new?labels=bug">Report a bug</a>
8+
<a href="https://github.com/USBGuard/usbguard/issues/new?labels=bug">Report a bug</a>
99
</li>
1010
<li>
11-
<a href="https://github.com/dkopecek/usbguard/issues/new?labels=enhancement">Request a feature</a>
11+
<a href="https://github.com/USBGuard/usbguard/issues/new?labels=enhancement">Request a feature</a>
1212
</li>
1313
</ul>
1414
</aside>

_posts/2015-04-08-IPC-Access-Control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ The ACL is enabled by setting either the `IPCAllowUsers` or `IPCAllowGroups` con
2020

2121
would allow users who are members of the *wheel* group to use the USBGuard IPC interface. I have made exactly this setting the default in the default distribution configuration file which is shipped in the packages available through the [Copr repository](https://copr.fedoraproject.org/coprs/mildew/usbguard/).
2222

23-
Implementing this feature also allowed me to finally [submit a request](https://bugzilla.redhat.com/show_bug.cgi?id=1209971) to include USBGuard as an official Fedora package. I didn't wanted to do that without either this ACL feature or the [planned public key authentication](https://github.com/dkopecek/usbguard/issues/8) as that would probably deter many potential users of the package -- they wouldn't like to run a program which allows anyone on the system to manipulate with USB device authorization.
23+
Implementing this feature also allowed me to finally [submit a request](https://bugzilla.redhat.com/show_bug.cgi?id=1209971) to include USBGuard as an official Fedora package. I didn't wanted to do that without either this ACL feature or the [planned public key authentication](https://github.com/USBGuard/usbguard/issues/8) as that would probably deter many potential users of the package -- they wouldn't like to run a program which allows anyone on the system to manipulate with USB device authorization.

_posts/2015-05-25-USBGuard-vs-UDev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sitemap:
1414

1515
The main goal of the USBGuard project is to simplify the task of implemening and maintaining a USB device authorization policy (i.e. USB device whitelist or blacklist) on Linux. One can already implement this with a combination of UDev, the Linux Kernel [USB authorization feature](https://www.kernel.org/doc/Documentation/usb/authorization.txt) and some custom shell scripts. If you use this approach and aren't satisfied with it beacause one of the reasons described later in this document, then you might want to give USBGuard a try on your system. And please share your feedback when you do!
1616

17-
This document is also available as a PDF [here](https://github.com/dkopecek/usbguard/raw/master/doc/usbguard-vs-udev.pdf).
17+
This document is also available as a PDF [here](https://github.com/USBGuard/usbguard/raw/master/doc/usbguard-vs-udev.pdf).
1818

1919
# What are the drawbacks when using UDev rules to implement USB device authorization?
2020

@@ -40,7 +40,7 @@ USBGuard uses a best effort method for identifying USB devices from one another.
4040

4141
For mitigation of successful exploitaition of security bugs in the software, USBGuard uses a seccomp syscall whitelist and reduces it's process capabilities to a minimum.
4242

43-
It's possible to write third-party C++ applications that can interact with the daemon by using the USBGuard API provided in a shared library. The [USBGuard Qt Applet](https://github.com/dkopecek/usbguard-applet-qt/) is based on this library.
43+
It's possible to write third-party C++ applications that can interact with the daemon by using the USBGuard API provided in a shared library. The [USBGuard Qt Applet](https://github.com/USBGuard/usbguard-applet-qt/) is based on this library.
4444

4545
# Example: Whitelisting a Yubikey device
4646

@@ -81,4 +81,4 @@ Note that the above rule also checks that the Yubikey interacts with the system
8181

8282
The `authorized_default` flag state is handled automatically by the USBGuard daemon and it's configurable in `/etc/usbguard/usbguard-daemon.conf`.
8383

84-
NOTE: Logging actions or executing of scripts is currently not implemented. However, it's a feature planned to be completed in the first stable release, usbguard-1.0. Notification to desktop users can be displayed by the [usbguard-applet-qt](https://github.com/dkopecek/usbguard-applet-qt/).
84+
NOTE: Logging actions or executing of scripts is currently not implemented. However, it's a feature planned to be completed in the first stable release, usbguard-1.0. Notification to desktop users can be displayed by the [usbguard-applet-qt](https://github.com/USBGuard/usbguard-applet-qt/).

_posts/2015-06-09-USBGuard-on-Ubuntu-14-04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Therefore, I've decided to bundle the [qb](https://github.com/ClusterLabs/libqb)
1919

2020
To make it easier still, I wrote a short how-to compile & install USBGuard for Ubuntu 14.04 users. It should work for other \*buntus and on Debian too, I hope -- please let me know, if that isn't true). The document needs some polishing and I will work on it further.
2121

22-
The most up-to-date version of the how-to can be found [here](https://github.com/dkopecek/usbguard/blob/master/doc/usbguard-on-ubuntu-14.04.md).
22+
The most up-to-date version of the how-to can be found [here](https://github.com/USBGuard/usbguard/blob/master/doc/usbguard-on-ubuntu-14.04.md).

_posts/2016-07-20-usbguard-0.5.10.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ If you are using Fedora or the USBGuard Copr repository, run:
5353

5454
Signed release tarball can be downloaded from the USBGuard release page at GitHub:
5555

56-
* [usbguard-0.5.10](https://github.com/dkopecek/usbguard/releases/tag/usbguard-0.5.10)
57-
* [usbguard-0.5.10.tar.gz](https://github.com/dkopecek/usbguard/releases/download/usbguard-0.5.10/usbguard-0.5.10.tar.gz)
58-
* [usbguard-0.5.10.tar.gz.sig](https://github.com/dkopecek/usbguard/releases/download/usbguard-0.5.10/usbguard-0.5.10.tar.gz.sig)
56+
* [usbguard-0.5.10](https://github.com/USBGuard/usbguard/releases/tag/usbguard-0.5.10)
57+
* [usbguard-0.5.10.tar.gz](https://github.com/USBGuard/usbguard/releases/download/usbguard-0.5.10/usbguard-0.5.10.tar.gz)
58+
* [usbguard-0.5.10.tar.gz.sig](https://github.com/USBGuard/usbguard/releases/download/usbguard-0.5.10/usbguard-0.5.10.tar.gz.sig)
5959

6060
```
6161
SHA256(usbguard-0.5.10.tar.gz)= f51a302ad6222ba87ac5a2f96d033c9ba514c0d20027983798e97746d879ac28

_posts/2016-08-13-usbguard-0.5.11.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Hello again! Many changes accumulated since the last release so here's another o
2828
- Modified the rule language such that all attributes support single and multi valued forms.
2929
- New project logo and icons for the Qt applet!
3030

31-
You can read the full changelog [here](https://github.com/dkopecek/usbguard/releases/tag/usbguard-0.5.11).
31+
You can read the full changelog [here](https://github.com/USBGuard/usbguard/releases/tag/usbguard-0.5.11).
3232

3333
## Thanks
3434

@@ -50,9 +50,9 @@ If you are using Fedora or the USBGuard Copr repository, run:
5050

5151
Signed release tarball can be downloaded from the USBGuard release page at GitHub:
5252

53-
* [usbguard-0.5.11](https://github.com/dkopecek/usbguard/releases/tag/usbguard-0.5.11)
54-
* [usbguard-0.5.11.tar.gz](https://github.com/dkopecek/usbguard/releases/download/usbguard-0.5.11/usbguard-0.5.11.tar.gz)
55-
* [usbguard-0.5.11.tar.gz.sig](https://github.com/dkopecek/usbguard/releases/download/usbguard-0.5.11/usbguard-0.5.11.tar.gz.sig)
53+
* [usbguard-0.5.11](https://github.com/USBGuard/usbguard/releases/tag/usbguard-0.5.11)
54+
* [usbguard-0.5.11.tar.gz](https://github.com/USBGuard/usbguard/releases/download/usbguard-0.5.11/usbguard-0.5.11.tar.gz)
55+
* [usbguard-0.5.11.tar.gz.sig](https://github.com/USBGuard/usbguard/releases/download/usbguard-0.5.11/usbguard-0.5.11.tar.gz.sig)
5656

5757
```
5858
SHA256(usbguard-0.5.11.tar.gz)= ae34d69ad6f880ed38ca042219417c4440fb9e68ea05d0d08a268f42561d1edc

_posts/2016-08-14-usbguard-0.5.12.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ sitemap:
1313
---
1414

1515
One more release this weekend! This one is purely a bugfix release addressing
16-
issues [#112](https://github.com/dkopecek/usbguard/issues/112)
17-
and [#113](https://github.com/dkopecek/usbguard/issues/113).
16+
issues [#112](https://github.com/USBGuard/usbguard/issues/112)
17+
and [#113](https://github.com/USBGuard/usbguard/issues/113).
1818

1919
## Changes
2020

@@ -38,9 +38,9 @@ If you are using Fedora or the USBGuard Copr repository, run:
3838

3939
Signed release tarball can be downloaded from the USBGuard release page at GitHub:
4040

41-
* [usbguard-0.5.12](https://github.com/dkopecek/usbguard/releases/tag/usbguard-0.5.12)
42-
* [usbguard-0.5.12.tar.gz](https://github.com/dkopecek/usbguard/releases/download/usbguard-0.5.12/usbguard-0.5.12.tar.gz)
43-
* [usbguard-0.5.12.tar.gz.sig](https://github.com/dkopecek/usbguard/releases/download/usbguard-0.5.12/usbguard-0.5.12.tar.gz.sig)
41+
* [usbguard-0.5.12](https://github.com/USBGuard/usbguard/releases/tag/usbguard-0.5.12)
42+
* [usbguard-0.5.12.tar.gz](https://github.com/USBGuard/usbguard/releases/download/usbguard-0.5.12/usbguard-0.5.12.tar.gz)
43+
* [usbguard-0.5.12.tar.gz.sig](https://github.com/USBGuard/usbguard/releases/download/usbguard-0.5.12/usbguard-0.5.12.tar.gz.sig)
4444

4545
```
4646
SHA256(usbguard-0.5.12.tar.gz)= fa0281ca8b97d508d6ccfc1e907744be6263735952d1433f3a5e4a0b1bdad794

0 commit comments

Comments
 (0)