2 个仓库
Configuration of default user or group permissions assigned to newly installed system modules.
Distinct from Module-Based Extensions: Specifically addresses the default assignment of permissions for new plugins, distinct from general module architecture or package listing.
Explore 2 awesome GitHub repositories matching security & cryptography · Module Access Defaults. Refine with filters or upvote what's useful.
Webmin is a web-based administration interface for Unix systems. It provides a centralized console for managing the full range of server administration tasks — users and groups, software packages, storage, network configuration, system services, and security — all through a browser. Its modular architecture allows separate modules to handle databases (MySQL, MariaDB, PostgreSQL), web servers (Apache), DNS (BIND), email (Sendmail, Dovecot), file sharing (Samba, NFS), and more, with a unified access control system that restricts what each administrator can see and do. What sets Webmin apart is
Restricts a user's permissions to only view log files without editing or deleting destinations.
该项目是一个专为 Laravel 应用设计的基于 Web 的日志查看器和管理界面。它作为一个集中式仪表板,用于浏览、搜索和管理系统日志,而无需直接访问原始文件或 SSH。 该系统作为多主机日志聚合器,利用远程代理在同一位置查看和索引来自多台服务器的日志。它包括一个基于正则表达式的解析器,用于解释来自非标准日志文件的结构化数据,从而允许自定义日志格式定义和严重性级别映射。 广泛的功能包括基于索引的文件导航(带有压缩存储以提升性能)、基于块的全局搜索,以及过滤应用特定堆栈跟踪的能力。该项目还提供用于日志检索和文件夹管理的编程 API,以及用于保护生产环境的基于中间件的访问控制安全层。
Implements authorization gates and middleware to verify administrative rights before granting access to sensitive logs.