feat(opensuse): final opensuse integration.
This commit is contained in:
parent
609097ef27
commit
e93e80ee20
20 changed files with 80 additions and 32 deletions
|
|
@ -29,21 +29,22 @@ profile logrotate @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
/{usr/,}{s,}bin/ r,
|
||||
|
||||
/{usr/,}{s,}bin/invoke-rc.d rix,
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/cat rix,
|
||||
/{usr/,}bin/grep rix,
|
||||
/{usr/,}bin/shred rix,
|
||||
/{usr/,}bin/gzip rix,
|
||||
/{usr/,}bin/kill rix,
|
||||
/{usr/,}bin/ls rix,
|
||||
/{usr/,}bin/gzip rix,
|
||||
/{usr/,}bin/shred rix,
|
||||
/{usr/,}bin/xz rix,
|
||||
/{usr/,}bin/zstd rix,
|
||||
/{usr/,}{s,}bin/invoke-rc.d rix,
|
||||
/{usr/,}lib/rsyslog/rsyslog-rotate rix,
|
||||
|
||||
/{usr/,}bin/fail2ban-client rPx,
|
||||
/{usr/,}bin/systemd-tty-ask-password-agent rPx,
|
||||
/{usr/,}bin/my_print_defaults rPUx,
|
||||
/{usr/,}bin/mysqladmin rPUx,
|
||||
/{usr/,}bin/systemd-tty-ask-password-agent rPx,
|
||||
/{usr/,}lib/php/php[7-8].[3-4]-fpm-reopenlogs rPUx,
|
||||
|
||||
# no new privs
|
||||
|
|
@ -59,22 +60,20 @@ profile logrotate @{exec_path} flags=(attach_disconnected) {
|
|||
@{PROC}/cmdline r,
|
||||
@{PROC}/sys/kernel/osrelease r,
|
||||
|
||||
owner @{run}/systemd/private rw,
|
||||
|
||||
/etc/ r,
|
||||
/etc/logrotate.conf rk,
|
||||
/etc/logrotate.d/ r,
|
||||
/etc/logrotate.d/* rk,
|
||||
|
||||
/var/lib/logrotate/status rwk,
|
||||
/var/lib/logrotate/status.tmp rw,
|
||||
/var/lib/logrotate.status rwk,
|
||||
/var/lib/logrotate.status.tmp rw,
|
||||
|
||||
/ r,
|
||||
/var/log{,.hdd}/ r,
|
||||
/var/log{,.hdd}/** rw,
|
||||
|
||||
/var/lib/{,misc/}logrotate/status rwk,
|
||||
/var/lib/{,misc/}logrotate/status.tmp rw,
|
||||
/var/lib/{,misc/}logrotate.status rwk,
|
||||
/var/lib/{,misc/}logrotate.status.tmp rw,
|
||||
|
||||
@{run}/systemd/private rw,
|
||||
|
||||
@{sys}/firmware/efi/efivars/SecureBoot-@{uuid} r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue