2020-09-12 17:19:23 +02:00
|
|
|
# vim:syntax=apparmor
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
2021-01-10 16:35:07 +01:00
|
|
|
# Copyright (C) 2019-2021 Mikhail Morfikov
|
2020-09-12 17:19:23 +02:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
abi <abi/3.0>,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
include <tunables/global>
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
@{exec_path} = /{usr/,}bin/hardinfo
|
|
|
|
profile hardinfo @{exec_path} {
|
2020-12-10 22:33:39 +01:00
|
|
|
include <abstractions/base>
|
|
|
|
include <abstractions/consoles>
|
|
|
|
include <abstractions/gtk>
|
|
|
|
include <abstractions/fonts>
|
|
|
|
include <abstractions/fontconfig-cache-read>
|
|
|
|
include <abstractions/freedesktop.org>
|
|
|
|
include <abstractions/nameservice-strict>
|
|
|
|
include <abstractions/user-download-strict>
|
|
|
|
include <abstractions/python>
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
# This is needed to display some content of devices -> resources
|
|
|
|
capability sys_admin,
|
|
|
|
|
|
|
|
# This is for benchmarks
|
|
|
|
capability sys_nice,
|
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
network inet dgram,
|
|
|
|
network inet6 dgram,
|
|
|
|
network inet stream,
|
|
|
|
network inet6 stream,
|
|
|
|
|
2020-09-12 17:19:23 +02:00
|
|
|
@{exec_path} mrix,
|
|
|
|
|
2020-12-09 10:30:52 +01:00
|
|
|
/{usr/,}bin/{,ba,da}sh rix,
|
2020-09-12 17:19:23 +02:00
|
|
|
/{usr/,}bin/locale rix,
|
|
|
|
/{usr/,}bin/ldd rix,
|
|
|
|
/{usr/,}bin/tr rix,
|
2020-12-10 22:33:39 +01:00
|
|
|
/{usr/,}bin/python2.[0-9]* rix,
|
2020-09-12 17:19:23 +02:00
|
|
|
/{usr/,}bin/python3.[0-9]* rix,
|
|
|
|
/{usr/,}bin/perl rix,
|
|
|
|
/{usr/,}bin/ruby2.[0-9]* rix,
|
|
|
|
/{usr/,}bin/make rix,
|
|
|
|
/{usr/,}bin/strace rix,
|
|
|
|
/{usr/,}bin/gdb rix,
|
|
|
|
/{usr/,}bin/last rix,
|
|
|
|
/{usr/,}bin/iconv rix,
|
|
|
|
/{usr/,}sbin/route rix,
|
|
|
|
/{usr/,}bin/valgrind{,.bin} rix,
|
|
|
|
/{usr/,}lib/@{multiarch}/valgrind/memcheck-*-linux rix,
|
|
|
|
|
|
|
|
/{usr/,}bin/lsb_release rPx -> child-lsb_release,
|
|
|
|
/{usr/,}bin/xdg-open rCx -> open,
|
|
|
|
/{usr/,}bin/ccache rCx -> ccache,
|
|
|
|
/{usr/,}bin/kmod rCx -> kmod,
|
|
|
|
|
|
|
|
/{usr/,}bin/glxinfo rPx,
|
|
|
|
/{usr/,}bin/xdpyinfo rPx,
|
|
|
|
/{usr/,}bin/lspci rPx,
|
|
|
|
/{usr/,}bin/lsusb rPx,
|
|
|
|
/{usr/,}bin/netstat rPx,
|
|
|
|
/{usr/,}bin/qtchooser rPx,
|
|
|
|
|
|
|
|
/{usr/,}lib/jvm/java-[0-9]*-openjdk-amd64/bin/javac rCx -> javac,
|
|
|
|
|
|
|
|
/usr/share/hardinfo/{,**} r,
|
|
|
|
|
|
|
|
@{sys}/class/power_supply/ r,
|
|
|
|
@{sys}/class/thermal/ r,
|
|
|
|
@{sys}/bus/i2c/drivers/eeprom/ r,
|
|
|
|
|
|
|
|
@{sys}/devices/system/cpu/** r,
|
|
|
|
@{sys}/devices/virtual/dmi/id/* r,
|
|
|
|
@{sys}/devices/virtual/thermal/thermal_zone[0-9]/hwmon[0-9]/temp* r,
|
|
|
|
@{sys}/devices/virtual/thermal/thermal_zone[0-9]/temp* r,
|
|
|
|
@{sys}/devices/platform/**/hwmon/hwmon[0-9]*/temp* r,
|
|
|
|
@{sys}/devices/platform/**/hwmon/hwmon[0-9]*/fan* r,
|
|
|
|
@{sys}/devices/pci[0-9]*/**/eeprom r,
|
|
|
|
@{sys}/devices/pci[0-9]*/**/hwmon/hwmon[0-9]*/temp* r,
|
|
|
|
@{sys}/devices/**/power_supply/** r,
|
|
|
|
|
|
|
|
@{PROC}/@{pid}/net/wireless r,
|
|
|
|
@{PROC}/@{pid}/net/dev r,
|
|
|
|
@{PROC}/@{pid}/net/arp r,
|
|
|
|
owner @{PROC}/@{pid}/fd/ r,
|
|
|
|
owner @{PROC}/@{pid}/mountinfo r,
|
|
|
|
owner @{PROC}/@{pid}/mounts r,
|
|
|
|
@{PROC}/@{pids}/loginuid r,
|
|
|
|
@{PROC}/uptime r,
|
|
|
|
@{PROC}/loadavg r,
|
|
|
|
@{PROC}/ioports r,
|
|
|
|
@{PROC}/iomem r,
|
|
|
|
@{PROC}/dma r,
|
|
|
|
@{PROC}/asound/cards r,
|
|
|
|
@{PROC}/scsi/scsi r,
|
|
|
|
@{PROC}/bus/input/devices r,
|
|
|
|
@{PROC}/sys/kernel/random/entropy_avail r,
|
|
|
|
@{PROC}/@{pids}/net/route r,
|
|
|
|
|
|
|
|
/etc/fstab r,
|
|
|
|
/etc/exports r,
|
2020-12-10 22:33:39 +01:00
|
|
|
/etc/samba/smb.conf r,
|
|
|
|
|
|
|
|
/etc/gdb/gdbinit.d/ r,
|
|
|
|
|
|
|
|
/usr/share/gdb/python/ r,
|
|
|
|
/usr/share/gdb/python/** r,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
/var/log/wtmp r,
|
|
|
|
|
|
|
|
owner @{HOME}/.hardinfo/ rw,
|
|
|
|
|
|
|
|
owner /tmp/#[0-9]*[0-9] rw,
|
|
|
|
|
|
|
|
# Allowed apps to open
|
|
|
|
/{usr/,}lib/firefox/firefox rPUx,
|
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
# Silencer
|
|
|
|
deny /usr/share/gdb/python/** w,
|
|
|
|
|
2020-09-12 17:19:23 +02:00
|
|
|
# file_inherit
|
|
|
|
owner /dev/tty[0-9]* rw,
|
|
|
|
|
|
|
|
|
|
|
|
profile ccache {
|
2020-12-10 22:33:39 +01:00
|
|
|
include <abstractions/base>
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
/{usr/,}bin/ccache mr,
|
|
|
|
|
|
|
|
/{usr/,}bin/{,@{multiarch}-}gcc-[0-9]* rix,
|
|
|
|
|
|
|
|
/media/ccache/*/** rw,
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
profile javac {
|
2020-12-10 22:33:39 +01:00
|
|
|
include <abstractions/base>
|
|
|
|
include <abstractions/nameservice-strict>
|
|
|
|
|
|
|
|
/{usr/,}lib/jvm/java-[0-9]*-openjdk-amd64/bin/* mr,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
/{usr/,}lib/jvm/java-[0-9]*-openjdk-amd64/lib/** mr,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
/etc/java-[0-9]*-openjdk/** r,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
/usr/share/java/*.jar r,
|
|
|
|
|
|
|
|
owner @{PROC}/@{pid}/mountinfo r,
|
|
|
|
owner @{PROC}/@{pid}/cgroup r,
|
2020-12-10 22:33:39 +01:00
|
|
|
owner @{PROC}/@{pid}/coredump_filter rw,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
2021-03-13 09:47:36 +01:00
|
|
|
@{sys}/fs/cgroup/{,**} r,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
owner /tmp/hsperfdata_*/ rw,
|
|
|
|
owner /tmp/hsperfdata_*/@{pid} rw,
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
profile open {
|
2020-12-10 22:33:39 +01:00
|
|
|
include <abstractions/base>
|
|
|
|
include <abstractions/xdg-open>
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
/{usr/,}bin/xdg-open mr,
|
|
|
|
|
2021-02-13 15:00:16 +01:00
|
|
|
/{usr/,}bin/{,ba,da}sh rix,
|
|
|
|
/{usr/,}bin/gawk rix,
|
|
|
|
/{usr/,}bin/readlink rix,
|
|
|
|
/{usr/,}bin/basename rix,
|
|
|
|
|
2020-12-09 10:30:52 +01:00
|
|
|
owner @{HOME}/ r,
|
|
|
|
|
|
|
|
owner @{run}/user/[0-9]*/ r,
|
|
|
|
|
2020-09-12 17:19:23 +02:00
|
|
|
# Allowed apps to open
|
|
|
|
/{usr/,}lib/firefox/firefox rPUx,
|
|
|
|
|
|
|
|
# file_inherit
|
|
|
|
owner @{HOME}/.xsession-errors w,
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
profile kmod {
|
2020-12-10 22:33:39 +01:00
|
|
|
include <abstractions/base>
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
/{usr/,}bin/kmod mr,
|
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
@{sys}/module/** r,
|
|
|
|
|
2020-09-12 17:19:23 +02:00
|
|
|
@{PROC}/cmdline r,
|
|
|
|
@{PROC}/modules r,
|
|
|
|
@{PROC}/ioports r,
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
include if exists <local/hardinfo>
|
2020-09-12 17:19:23 +02:00
|
|
|
}
|