2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

john update

This commit is contained in:
Julia Sarris 2025-05-20 14:42:50 -04:00
parent bece53da7b
commit bef7b32d24

View File

@ -1,25 +1,20 @@
abi <abi/4.0>, abi <abi/4.0>,
include <tunables/global> include <tunables/global>
profile john /usr/sbin/john { profile john /usr/sbin/john {
include <abstractions/base> include <abstractions/base>
include <abstractions/consoles> include <abstractions/consoles>
include <abstractions/evince> include <abstractions/nameservice>
include if exists <local/john> include if exists <local/john>
/usr/sbin/john mr, /usr/sbin/john mr,
@{etc_ro}/john/john.conf r,
@{etc_ro}/nsswitch.conf r,
@{etc_ro}/passwd r,
owner @{HOME}* r,
owner @{HOME}*.log wk,
owner @{HOME}*.rec wk,
owner @{HOME}.john/ w,
owner @{HOME}.john/*.log wk,
owner @{HOME}.john/*.pot rw,
owner @{HOME}.john/*.rec rwk,
owner @{etc_ro}/shadow r,
/** r,
deny @{HOME}/.* rwl,
@{HOME}/.john/ rw,
@{HOME}/.john/*.log rwk,
@{HOME}/.john/*.pot rwk,
@{HOME}/.john/*.rec rwk,
} }