3 changed files with 51 additions and 0 deletions
@ -0,0 +1,26 @@ |
|||
# Generated by linux-infosec-setupper |
|||
local_events="yes" |
|||
log_file="/var/log/audit/audit.log" |
|||
write_logs="yes" |
|||
log_format="ENRICHED" |
|||
log_group="root" |
|||
priority_boost="4" |
|||
flush="incremental_async" |
|||
freq="" |
|||
max_log_fileaction="rotate" |
|||
num_logs="3" |
|||
disp_qos="lossless" |
|||
dispatcher="" |
|||
distribute_network="no" |
|||
name_format="hostname" |
|||
name="" |
|||
max_log_file="8" |
|||
action_mail_acct="" |
|||
space_left="10%" |
|||
space_left_action="syslog" |
|||
disk_full_action="halt" |
|||
disk_error_action="halt" |
|||
tcp_listen_port="" |
|||
tcp_max_per_addr="" |
|||
systemd_allowed_ip_list="" |
|||
systemd_denied_ip_list="" |
@ -0,0 +1,2 @@ |
|||
#!/bin/sh |
|||
pkexec /usr/sbin/linux-infosec-setupper-auditd-gui $@ |
@ -0,0 +1,23 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" |
|||
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> |
|||
<policyconfig> |
|||
|
|||
<vendor>NixTux</vendor> |
|||
<vendor_url>https://nixtux.ru</vendor_url> |
|||
<icon_name>security-medium</icon_name> |
|||
<action id="org.nixtux.pkexec.linux-infosec-setupper-auditd-gui"> |
|||
|
|||
<description>GUI to setup auditd</description> |
|||
<description xml:lang="ru">Графический инструмент для настройки аудита</description> |
|||
<message>Enter password to run it</message> |
|||
<message xml:lang="ru">Введите пароль для запуска</message> |
|||
<defaults> |
|||
<allow_any>auth_admin</allow_any> |
|||
<allow_inactive>auth_admin</allow_inactive> |
|||
<allow_active>auth_admin</allow_active> |
|||
</defaults> |
|||
<annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/linux-infosec-setupper-auditd-gui</annotate> |
|||
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> |
|||
</action> |
|||
</policyconfig> |
Loading…
Reference in new issue