https://github.com/pardus/pardus-parental-control
Parental Control application for Pardus.
https://github.com/pardus/pardus-parental-control
Last synced: 4 months ago
JSON representation
Parental Control application for Pardus.
- Host: GitHub
- URL: https://github.com/pardus/pardus-parental-control
- Owner: pardus
- License: gpl-3.0
- Created: 2023-12-15T13:03:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-25T08:42:59.000Z (7 months ago)
- Last Synced: 2025-11-28T15:38:48.477Z (7 months ago)
- Language: Python
- Size: 2.05 MB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pardus-parental-control
Parental Control application for Pardus.

## Features
- 📑 Application Filtering
- **Allow Only** List
- **Deny Only** List
- 🔗 Domain Filtering
- **Allow Only** List
- **Deny Only** List
- ⏰ Session Time Limit
- Limit Session Times
## Screenshots

Dark Theme:




## Installation
Download the .deb file and install it with Pardus Package Installer.
or
```
sudo apt install ./pardus-parental-control_0.2.0_amd64.deb
```
## How does it work?
- [Application Filtering](doc/ApplicationFiltering.md)
- [Website Filtering](doc/WebsiteFiltering.md)
- [Session Time Limit](doc/SessionTimeLimit.md)
## How to create a .deb package from source?
Install required development packages:
```
sudo apt install devscripts git-buildpackage
```
Install dependencies & create .deb package from source code:
```
sudo mk-build-deps -ir
gbp buildpackage --git-export-dir=/tmp/build/pardus-parental-control -us -uc
```