Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an API for restricting content #629

Open
danirabbit opened this issue Mar 1, 2018 · 10 comments
Open

Add an API for restricting content #629

danirabbit opened this issue Mar 1, 2018 · 10 comments
Labels
Needs Design Waiting for input from the UX team Priority: Wishlist Not a bug. A new feature or enhancement Status: Confirmed Verified by someone other than the reporter

Comments

@danirabbit
Copy link
Member

danirabbit commented Mar 1, 2018

Since OARS data is a thing, we should add an API of some kind so that we can tie AppCenter into Parental Controls and allow admins to blacklist apps based on that OARS data

@danirabbit danirabbit added the Priority: Wishlist Not a bug. A new feature or enhancement label Mar 1, 2018
@danirabbit

This comment was marked as resolved.

@cassidyjames

This comment was marked as resolved.

@cassidyjames cassidyjames added Status: Confirmed Verified by someone other than the reporter Needs Design Waiting for input from the UX team labels Apr 5, 2018
@cassidyjames cassidyjames reopened this Apr 5, 2018
@danirabbit

This comment was marked as outdated.

@danirabbit danirabbit added this to To do in Digital Wellbeing via automation Sep 25, 2018
@sycarion
Copy link

sycarion commented Mar 9, 2019

I work for a larger school district in the US. One of the barriers to adopting Elementary OS in schools is the lack of an ability to restrict apps from the AppCenter. For example, Pho for 4chan is not considered appropriate for students, but many of the other apps are great for many educational applications.

I do not know Vala, but I would like to help with any effort to set up Parental Controls.

@cassidyjames
Copy link
Contributor

@sycarion I'm planning to attend a Parental Controls Hackfest next week and will bring this up there! But yes, that's the exact sort of reasoning we'd want for restricting app installs from AppCenter. In the meantime, you can ensure your students are not administrator users, as installing apps from AppCenter requires administrator privileges.

@sycarion

This comment was marked as off-topic.

@cassidyjames
Copy link
Contributor

@danrabbit it sounds like this is planned to be implemented upstream with https://gitlab.freedesktop.org/pwithnall/malcontent. I'm not super familiar with malcontent (it was written for Endless OS), but perhaps we should chat with @pwithnall about implementing it?

@pwithnall
Copy link

Hello. Ask me anything, and feel free to file issues upstream. While malcontent was originally written for Endless, there’s nothing Endless-specific about it. It requires accounts-service and GLib, and nothing else.

The upstream documentation is a bit slim at the moment, so please file issues where things are unclear, and I’ll try to improve things. It’s a fairly young project!

In summary, it allows storage of some parental controls settings per-user using the extensions support which accounts-service provides for it. It’s essentially a client library for the accounts-service D-Bus interface, with some helper code which glues GAppInfo to the application blacklist.

It provides support for determining whether an app is blacklisted for a given user, and support for retrieving the set of OARS ratings which should be used to filter what a given user sees.

I expect it will grow over time to store more per-user parental controls data, as required by the functionality we discussed in the parental controls hackfest.

@cassidyjames

This comment was marked as outdated.

@cassidyjames cassidyjames added the Status: Blocked Something else needs to be done before this can be fixed label Jun 27, 2019
@danirabbit
Copy link
Member Author

malcontent is available these days and we are using it in parental controls already

@danirabbit danirabbit removed the Status: Blocked Something else needs to be done before this can be fixed label Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Design Waiting for input from the UX team Priority: Wishlist Not a bug. A new feature or enhancement Status: Confirmed Verified by someone other than the reporter
Projects
Status: To do
Development

No branches or pull requests

4 participants