Add wheel group for dbus on gentoo

This commit is contained in:
Luke
2020-06-02 20:26:19 +12:00
parent 8e98aafddd
commit ffb62bbcdd
2 changed files with 5 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ I'm now looking at the kernel source to see if I can add the inputs correctly so
+ [X] Aura control by Aura keys
+ [X] Volume + media controls work
- [X] Logging - required for journalctl
- [ ] AniMatrix display on G14 models (IN PROGRESS)
- [X] AniMatrix display on G14 models (Functional. Needs testing)
## Other Laptops
@@ -212,10 +212,5 @@ Mozilla Public License 2 (MPL-2.0)
- [flukejones](https://github.com/flukejones/), project maintainer.
- [tuxuser](https://github.com/tuxuser/)
<<<<<<< HEAD
- [aspann](https://github.com/aspann)
=======
- ZappeL, `TODO: link, any details`
- dragonn, `TODO: link, any details`
>>>>>>> Initial groundwork of animatrix
- Anyone missed? Please contact me

View File

@@ -10,6 +10,10 @@
<allow send_destination="org.rogcore.Daemon"/>
<allow receive_sender="org.rogcore.Daemon"/>
</policy>
<policy group="wheel">
<allow send_destination="org.rogcore.Daemon"/>
<allow receive_sender="org.rogcore.Daemon"/>
</policy>
<policy user="root">
<allow own="org.rogcore.Daemon"/>
<allow send_destination="org.rogcore.Daemon"/>