mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 15:25:02 +01:00
parent
60e00f8c53
commit
7e3c546e3d
2 changed files with 4 additions and 1 deletions
|
@ -35,6 +35,7 @@ profile xdg-mime @{exec_path} flags=(attach_disconnected) {
|
||||||
@{bin}/gio rPx,
|
@{bin}/gio rPx,
|
||||||
@{bin}/kbuildsycoca5 rPx,
|
@{bin}/kbuildsycoca5 rPx,
|
||||||
@{bin}/ktraderclient5 rPUx,
|
@{bin}/ktraderclient5 rPUx,
|
||||||
|
@{bin}/vendor_perl/mimetype rPx,
|
||||||
@{bin}/mimetype rPx,
|
@{bin}/mimetype rPx,
|
||||||
@{bin}/xprop rPx,
|
@{bin}/xprop rPx,
|
||||||
|
|
||||||
|
@ -47,6 +48,8 @@ profile xdg-mime @{exec_path} flags=(attach_disconnected) {
|
||||||
|
|
||||||
owner @{run}/user/@{uid}/ r,
|
owner @{run}/user/@{uid}/ r,
|
||||||
|
|
||||||
|
owner /tmp/wl-copy-buffer-@{rand6}/stdin r,
|
||||||
|
|
||||||
@{sys}/devices/platform/**/hwmon/hwmon@{int}/temp* r,
|
@{sys}/devices/platform/**/hwmon/hwmon@{int}/temp* r,
|
||||||
@{sys}/devices/platform/**/hwmon/hwmon@{int}/fan* r,
|
@{sys}/devices/platform/**/hwmon/hwmon@{int}/fan* r,
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ abi <abi/3.0>,
|
||||||
|
|
||||||
include <tunables/global>
|
include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = @{bin}/mimetype
|
@{exec_path} = @{bin}/mimetype @{bin}/*_perl/mimetype
|
||||||
profile mimetype @{exec_path} {
|
profile mimetype @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/perl>
|
include <abstractions/perl>
|
||||||
|
|
Loading…
Reference in a new issue