From f5f19ec195d4a835b6ef8e9bedb58202e398f60b Mon Sep 17 00:00:00 2001 From: Alsan <260+alsan@noreply.git.shihaam.dev> Date: Wed, 16 Sep 2026 22:44:43 +0000 Subject: [PATCH] Delete readme.md --- readme.md | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 readme.md diff --git a/readme.md b/readme.md deleted file mode 100644 index 26a87d2..0000000 --- a/readme.md +++ /dev/null @@ -1,52 +0,0 @@ -# Linux Parental Control - -A Linux parental-control system for managing Linux user access, daily time allowances, access windows, temporary grants, and automatic session enforcement. - -> **Status:** Early development - -## Features - -- Per-user daily time allowances -- Different allowances for each day of the week -- Multiple access windows per day -- Temporary time grants -- Usage tracking -- Automatic session termination -- Automatic account locking -- Automatic account unlocking -- Reboot-safe enforcement -- Web-based administration -- SQLite database -- systemd service support - ---- - -# Requirements - -The application currently targets Linux systems using `systemd`. - -You need: - -- Linux -- Python 3 -- `python-venv` -- `pip` -- `systemd` -- `sudo` -- `passwd` -- `loginctl` -- Git - -The enforcement service requires **root privileges** because it manages other Linux users and their sessions. - ---- - -# 1. Clone the Repository - -Clone the repository: - -```bash -git clone https://github.com/Alsantek-me/linux-user-timer.git -``` - -# 2.