2019-02-26 18:43:56 +01:00
|
|
|
|
malcontent
|
2019-02-26 18:48:03 +01:00
|
|
|
|
==========
|
2018-09-24 16:35:58 +02:00
|
|
|
|
|
2019-02-26 18:43:56 +01:00
|
|
|
|
malcontent implements support for restricting the abilities of
|
2019-02-26 18:48:03 +01:00
|
|
|
|
non-administrator accounts on a Linux system. Typically, when this is
|
2018-09-24 16:35:58 +02:00
|
|
|
|
used, a non-administrator account will be for a child using the system; and the
|
|
|
|
|
administrator accounts will be for the parents.
|
|
|
|
|
|
|
|
|
|
It provides an accounts service vendor extension for storing an app filter to
|
|
|
|
|
restrict the child’s access to certain applications; and a simple library for
|
|
|
|
|
accessing and applying the app filter.
|
|
|
|
|
|
|
|
|
|
All the library APIs are currently unstable and are likely to change wildly.
|
|
|
|
|
|
|
|
|
|
Dependencies
|
2019-02-26 18:48:03 +01:00
|
|
|
|
------------
|
2018-09-24 16:35:58 +02:00
|
|
|
|
|
|
|
|
|
• accounts-service
|
|
|
|
|
• dbus-daemon
|
|
|
|
|
• gio-2.0 ≥ 2.54
|
|
|
|
|
• glib-2.0 ≥ 2.54
|
|
|
|
|
• gobject-2.0 ≥ 2.54
|
|
|
|
|
|
|
|
|
|
Licensing
|
2019-02-26 18:48:03 +01:00
|
|
|
|
---------
|
2018-09-24 16:35:58 +02:00
|
|
|
|
|
2019-02-26 18:33:27 +01:00
|
|
|
|
All code in this project is licensed under LGPL-2.1+. See COPYING for more details.
|
2018-09-24 16:35:58 +02:00
|
|
|
|
|
|
|
|
|
Bugs
|
2019-02-26 18:48:03 +01:00
|
|
|
|
----
|
2018-09-24 16:35:58 +02:00
|
|
|
|
|
2019-02-26 18:48:03 +01:00
|
|
|
|
Bug reports and patches should be filed in
|
|
|
|
|
[GitLab](https://gitlab.freedesktop.org/pwithnall/malcontent).
|