Bug#1005746: openoffice.org-en-au: diff for NMU version 2.1-5.6

2022-02-14 Thread Jonas Smedegaard
Package: openoffice.org-en-au
Version: 2.1-5.5
Severity: normal
Tags: patch  pending

Dear maintainer,

I've prepared an NMU for openoffice.org-en-au (versioned as 2.1-5.6) and
uploaded it without delay, due to release-critical bugs fixed.

Regards,

 - Jonas

diff -u openoffice.org-en-au-2.1/debian/changelog 
openoffice.org-en-au-2.1/debian/changelog
--- openoffice.org-en-au-2.1/debian/changelog
+++ openoffice.org-en-au-2.1/debian/changelog
@@ -1,3 +1,14 @@
+openoffice.org-en-au (2.1-5.6) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * use debhelper compatibility level 9 (not 5);
+tighten build-dependency on debhelper;
+closes: bug#965757, thanks to Niels Thykier
+  * fix add build targets build-arch build-indep;
+closes: bug#998995, thanks to Lucas Nussbaum
+
+ -- Jonas Smedegaard   Mon, 14 Feb 2022 12:13:14 +0100
+
 openoffice.org-en-au (2.1-5.5) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -u openoffice.org-en-au-2.1/debian/compat 
openoffice.org-en-au-2.1/debian/compat
--- openoffice.org-en-au-2.1/debian/compat
+++ openoffice.org-en-au-2.1/debian/compat
@@ -1 +1 @@
-5
+9
diff -u openoffice.org-en-au-2.1/debian/control 
openoffice.org-en-au-2.1/debian/control
--- openoffice.org-en-au-2.1/debian/control
+++ openoffice.org-en-au-2.1/debian/control
@@ -2,7 +2,7 @@
 Section: text
 Priority: optional
 Maintainer: John Steele Scott 
-Build-Depends: debhelper (>> 5.0.0)
+Build-Depends: debhelper (>> 9)
 Build-Depends-Indep: libmythes-dev
 Standards-Version: 3.8.3
 
diff -u openoffice.org-en-au-2.1/debian/rules 
openoffice.org-en-au-2.1/debian/rules
--- openoffice.org-en-au-2.1/debian/rules
+++ openoffice.org-en-au-2.1/debian/rules
@@ -6,7 +6,7 @@
/usr/share/mythes/th_gen_idx.pl -o th_en_AU_v2.idx.debian < 
th_en_AU_v2.dat
touch build-stamp
 
-build: build-stamp
+build build-arch build-indep: build-stamp
 
 install-stamp: build
mkdir -p $(CURDIR)/debian/usr/share/hunspell \



Bug#1005745: fai-setup-storage obfuscates parted error.

2022-02-14 Thread Sven Mueller
Package: fai-setup-storage
Version: 5.10.3

At 
https://github.com/faiproject/fai/blob/dc83bb502a9af5666fa4344ba8b710bbbd5c827d/lib/setup-storage/Exec.pm#L97
fai-setup-storage turns an "overlapping partitions" error into an
"internal error".

The problem we ran into with this is that this also appears to happen
if the disk used has pre-existing partitions that overlap. We were
able to work around this by using

dd if=/dev/zero bs=1024 count=64 of=

And rebooting, then re-running fai-setup-storage.

Basically, we had two issues here:

1) The "internal error" obfuscated the fact that the pre-existing
partition layout was broken.

2) Since our fai-setup-storage configuration throws away any existing
partitions, it would be nice if fai-setup-storage would allow to clear
such broken partitions automatically.

Cheers,
Sven



Bug#1005744: u-boot-rpi: Please enable CONFIG_BOOTCOUNT_LIMIT=y

2022-02-14 Thread Pascal Dupuis
Package: u-boot-rpi
Version: 2021.01+dfsg-5
Severity: wishlist
X-Debbugs-Cc: cdemi...@gmail.com

Dear Maintainer,


   * I'm searching a solution to implement a fallback kernel mechanism
 in case of boot failure. 'u-boot' has this ability, but it must be
 enabled. See some example at
 
https://github.com/balena-os/balena-raspberrypi/blob/master/layers/meta-balena-raspberrypi/recipes-bsp/u-boot/u-boot/configs-Add-bootcount-configs-to-rpi-defconfigs.patch
   * From the debian sources, it appears this option is not selected. It
 would be great to at least test if enabling it permits to
 effectively work around boot failures.


-- System Information:
Debian Release: 11.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 
'stable-security'), (400, 'testing')
Architecture: arm64 (aarch64)
Foreign Architectures: armhf

Kernel: Linux 5.16.4-v8+ (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_CRAP
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- no debconf information



Bug#1005743: myspell-hy: diff for NMU version 0.20.0-2.2

2022-02-14 Thread Jonas Smedegaard
Package: myspell-hy
Version: 0.20.0-2.1
Severity: normal
Tags: patch  pending

Dear maintainer,

I've prepared an NMU for myspell-hy (versioned as 0.20.0-2.2) and
uploaded it without delay, due to released-critical bugs fixed.

Regards,

 - Jonas

diff -Nru myspell-hy-0.20.0/debian/changelog myspell-hy-0.20.0/debian/changelog
--- myspell-hy-0.20.0/debian/changelog  2021-01-02 18:52:26.0 +0100
+++ myspell-hy-0.20.0/debian/changelog  2022-02-14 11:29:49.0 +0100
@@ -1,3 +1,14 @@
+myspell-hy (0.20.0-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * use debhelper compatibility level 9 (not 5);
+tighten build-dependency on debhelper;
+closes: bug#965740, thanks to Niels Thykier
+  * fix add build targets build-arch build-indep;
+closes: bug#999266, thanks to Lucas Nussbaum
+
+ -- Jonas Smedegaard   Mon, 14 Feb 2022 11:29:49 +0100
+
 myspell-hy (0.20.0-2.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru myspell-hy-0.20.0/debian/compat myspell-hy-0.20.0/debian/compat
--- myspell-hy-0.20.0/debian/compat 2010-05-09 21:02:36.0 +0200
+++ myspell-hy-0.20.0/debian/compat 2022-02-14 11:19:10.0 +0100
@@ -1 +1 @@
-5
+9
diff -Nru myspell-hy-0.20.0/debian/control myspell-hy-0.20.0/debian/control
--- myspell-hy-0.20.0/debian/control2011-06-10 10:31:16.0 +0200
+++ myspell-hy-0.20.0/debian/control2022-02-14 11:26:47.0 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Alan Baghumian 
 Uploaders: Lior Kaplan 
-Build-Depends: debhelper (>> 5.0.0)
+Build-Depends: debhelper (>> 9)
 Build-Depends-Indep: dictionaries-common-dev
 Standards-Version: 3.9.2
 Homepage: http://sf.net/projects/armspell
diff -Nru myspell-hy-0.20.0/debian/rules myspell-hy-0.20.0/debian/rules
--- myspell-hy-0.20.0/debian/rules  2011-06-10 10:33:14.0 +0200
+++ myspell-hy-0.20.0/debian/rules  2022-02-14 11:28:41.0 +0100
@@ -12,7 +12,7 @@
# Add here commands to configure the package.
touch configure-stamp
 
-build: build-stamp
+build build-arch build-indep: build-stamp
 
 build-stamp: configure-stamp 
dh_testdir



Bug#1001823: Bug#733469: Patch to fix both issues

2022-02-14 Thread Markus Koschany
Hi,

Am Donnerstag, dem 10.02.2022 um 18:55 +0100 schrieb Jens Rottmann:
> Tags: patch
> 
> I dug deeper, turns out I was wrong, the 2 crashes when renaming or deleting
> saves weren't related after all.
> 
> Anyway, I made a patch fixing both of them. Note that it's meant to be
> applied _after_ my python3fix.patch for bug #1001823.

Thanks Jens, I have applied both patches and uploaded the new revision to
unstable. I think we should fix those problems in stable too. Let's wait a
little for more feedback from users in case other issues are discovered.

Regards,

Markus



signature.asc
Description: This is a digitally signed message part


Bug#1005742: ITP: golang-mvdan-sh -- shell parser, formatter, and interpreter with bash support; includes shfmt

2022-02-14 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: golang-mvdan-sh -- shell parser, formatter, and interpreter with 
bash support; includes shfmt
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: golang-mvdan-sh
  Version : 3.4.2
  Upstream Author : Daniel Martí
* URL : https://github.com/mvdan/sh
* License : BSD-3-clause
  Programming Lang: (C, C++, C#, Perl, Python, etc.)
  Description : shell parser, formatter, and interpreter with bash support; 
includes shfmt
 Go Reference (https://pkg.go.dev/mvdan.cc/sh/v3)
 .
 A shell parser, formatter, and interpreter. Supports POSIX Shell
 (https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html),
 Bash (https://www.gnu.org/software/bash/), and mksh
 (http://www.mirbsd.org/mksh.htm). Requires Go 1.16 or later.
 .
 Quick start
 .
 To parse shell scripts, inspect them, and print them out, see the syntax
 examples (https://pkg.go.dev/mvdan.cc/sh/v3/syntax#pkg-examples).
 .
 For high-level operations like performing shell expansions on strings,
 see the shell examples (https://pkg.go.dev/mvdan.cc/sh/v3/shell#pkg-
 examples).

Remark: This package is maintained by Debian Go Packaging Team at
   https://salsa.debian.org/go-team/packages/golang-mvdan-sh


Bug#1005741: choose-mirror: allow choosing mirror of security archive

2022-02-14 Thread Wenbin Lv
Source: choose-mirror
Version: 2.111
Severity: wishlist

Dear developers,

Debian Installer connects to security.debian.org to download security
updates during installation by default. Connection to security.debian.org is
very slow from where I live (mainland China), and the download takes
about two hours unless I choose expert install and disable security
updates.

I understand using security.debian.org directly in sources.list by
default has its advantages, but I think new users will be frustrated at
this because the default installer iso on the Debian website is netinst,
and (if I recall correctly) the slow download will take place even if
you use a DVD iso with default priority and a machine connected to the
Internet. So perhaps we can prompt the user with the pros and cons of
using security.debian.org and let the user choose from a list of
security archive mirrors before downloading packages.

Best regards,
Wenbin Lv

-- System Information:
Debian Release: bookworm/sid
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'unstable'), (500,
'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.16.0-1-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8),
LANGUAGE=zh_CN:zh
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1005740: RFP: rust-sequoia-octopus-librnp -- Sequoia-based OpenPGP Backend for Thunderbird

2022-02-14 Thread Victor Westerhuis
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: pkg-rust-maintain...@alioth-lists.debian.net

* Package name: rust-sequoia-octopus-librnp
  Version : 1.2.1
  Upstream Author : Justus Winter ,
Neal H. Walfield ,
Nora Widdecke ,
Wiktor Kwapisiewicz 
* URL : https://gitlab.com/sequoia-pgp/sequoia-octopus-librnp
* License : LGPL-2.0+
  Programming Lang: Rust
  Description : Sequoia-based OpenPGP Backend for Thunderbird

This is a drop-in replacement for the RNP library supported and shipped by 
Thunderbird.

Contrary to the official PGP support in Thunderbird, this integrates
with the GnuPG keyring and gpg-agent.

Fedora already packages this library. I tried packaging it myself,
but I'm struggling with all the dependencies, so I hope someone
in the Rust team might be able to do it.



Bug#629506: memtest86+ crashes

2022-02-14 Thread Harald Dunkel

Hi Fabio,

sorry, but this BR is >10 years old. I don't have the hardware anymore.


Regards
Harri



Bug#1005739: RFS: ukui-bluetooth/1.0.2-1 [ITP] -- Bluetooth manager for UKUI desktop environment

2022-02-14 Thread handsome_feng
Package: sponsorship-requests
Severity: wishlist
X-Debbugs-Cc: jianfen...@ubuntukylin.com

Dear mentors,

I am looking for a sponsor for my package "ukui-bluetooth":

 * Package name: ukui-bluetooth
   Version : 1.0.2-1
   Upstream Author : tang guang 
 * URL : https://github.com/ukui
 * License : GPL-2+, BSD-3-clause, GPL-3+
 * Vcs : https://github.com/ukui/ukui-bluetooth
   Section : x11

It builds those binary packages:

  ukui-bluetooth - Bluetooth manager for UKUI desktop environment

To access further information about this package, please visit the following
URL:

  https://mentors.debian.net/package/ukui-bluetooth/

Alternatively, one can download the package with dget using this command:

  dget -x https://mentors.debian.net/debian/pool/main/u/ukui-bluetooth/ukui-
bluetooth_1.0.2-1.dsc

Changes for the initial release:

 ukui-bluetooth (1.0.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: 1005366)

Regards,
--
  handsome_feng



Bug#1005696: cgal: -latomic not added on mipsel

2022-02-14 Thread Sebastiaan Couwenberg

On 2/13/22 14:59, Bas Couwenberg wrote:

sfcgal (1.4.1-2) FTBFS on mipsel due to an issue in cgal (5.4-1):

  /usr/include/CGAL/Lazy_exact_nt.h:602: undefined reference to 
`__atomic_load_8'
  /usr/bin/ld: 
CMakeFiles/unit-test-SFCGAL.dir/SFCGAL/algorithm/DifferenceTest.cpp.o:/usr/include/c++/11/atomic:285:
 more undefined references to `__atomic_load_8' follow

https://buildd.debian.org/status/fetch.php?pkg=sfcgal=mipsel=1.4.1-2=1644759463=0

-latomic should be added to the CGAL CMake configuration resolve this.


Just adding -latomic to LDFLAGS was not sufficient, to workaround this 
issue -Wl,--no-as-needed also needed to be added to CXXFLAGS.


Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#576670: #576670 xterm: *.sh and *pl files are not installed (color scripts)

2022-02-14 Thread Thomas Dickey
A separate package probably wouldn't be that useful (since most of the
xterm features are poorly supported by other terminal emulators).

There are currently 60 scripts.

In my test-packages, I add those in /usr/share/doc/*/examples:

dh_installexamples tektests vttests

which consumes about as much diskspace as the changelog (xterm.log.html).

-- 
Thomas E. Dickey 
https://invisible-island.net
ftp://ftp.invisible-island.net


signature.asc
Description: PGP signature


Bug#1005738: mirror submission for mirrors.bkns.vn

2022-02-14 Thread BKNS.VN
Package: mirrors
Severity: wishlist
User: mirr...@packages.debian.org
Usertags: mirror-submission

Submission-Type: new
Site: mirrors.bkns.vn
Type: leaf
Archive-architecture: ALL amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 
kfreebsd-i386 mips mips64el mipsel powerpc ppc64el s390x
Archive-http: /debian/
Archive-rsync: debian/
Maintainer: BKNS.VN 
Country: VN Vietnam
Location: HaNoi/VietNam/Asia
Sponsor: BKNS.VN https://www.bkns.vn/




Trace Url: http://mirrors.bkns.vn/debian/project/trace/
Trace Url: http://mirrors.bkns.vn/debian/project/trace/ftp-master.debian.org
Trace Url: http://mirrors.bkns.vn/debian/project/trace/mirrors.bkns.vn



Bug#1005091: Pull request for sane-backends package Debian source repository

2022-02-14 Thread David Ward

The following changes since commit 14e37bc19c5065d445e0b2dc405c3144331c5660:

  d/changelog: Change distribution to unstable, Change date and time
  (2022-02-07 20:37:06 +0100)

are available in the Git repository at:

  https://salsa.debian.org/dpward/sane-backends.git develop

for you to fetch changes up to ac8816eb1dabbaf4b303edf52a1c0cb4e9fd45a7:

  d/*.README.Debian: Adjust to reflect current permissions
  (2022-02-13 22:22:46 -0500)


David Ward (9):
  Move sane-umax_pp(5) to libsane-common, and remove umax_pp(5) symlink
  d/rules: Replace override_dh_installman-* with explicit file lists
  d/rules: Use override_dh_auto_install-arch for removing rpaths
  Split sane-utils package into sane-daemon and libsane-utils
  d/sane-daemon.postrm: Do not delete scanner group
  Remove leftover handling related to RUN parameter
  d/*.README.Debian: Fix references to the libsane1 package
  d/*.README.Debian: Fix instructions for sysvinit
  d/*.README.Debian: Adjust to reflect current permissions

 debian/changelog   | 28 
 debian/control | 73 


 .../{sane-utils.install => libsane-utils.install}  |  2 -
 debian/libsane-utils.manpages  |  3 +
 debian/libsane1.README.Debian  | 44 +---
 debian/not-installed   |  1 +
 debian/po/POTFILES.in  |  2 +-
 debian/po/ca.po    | 67 ++
 debian/po/cs.po    | 62 ++---
 debian/po/da.po    | 64 ++
 debian/po/de.po    | 68 
++-
 debian/po/es.po    | 69 
++-

 debian/po/eu.po    | 66 ++
 debian/po/fi.po    | 66 ++
 debian/po/fr.po    | 68 
++-
 debian/po/gl.po    | 79 
++

 debian/po/it.po    | 65 ++
 debian/po/ja.po    | 65 ++
 debian/po/nl.po    | 68 
++-

 debian/po/pl.po    | 65 ++
 debian/po/pt.po    | 64 ++
 debian/po/pt_BR.po | 67 ++
 debian/po/ru.po    | 64 ++
 debian/po/sk.po    | 63 ++---
 debian/po/sv.po    | 64 ++
 debian/po/templates.pot    | 51 ++
 debian/po/vi.po    | 65 ++
 debian/po/zh_CN.po | 61 ++---
 debian/rules   | 34 +++---
 ...ils.README.Debian => sane-daemon.README.Debian} | 51 ++
 debian/{sane-utils.config => sane-daemon.config}   |  0
 debian/{sane-utils.dirs => sane-daemon.dirs}   |  0
 debian/sane-daemon.install |  2 +
 debian/sane-daemon.links   |  1 +
 ...{sane-utils.logrotate => sane-daemon.logrotate} |  0
 debian/sane-daemon.manpages    |  1 +
 .../{sane-utils.postinst => sane-daemon.postinst}  | 14 
 debian/{sane-utils.postrm => sane-daemon.postrm}   |  1 -
 ...ils.saned.default => sane-daemon.saned.default} |  2 +-
 ...ane-utils.saned.init => sane-daemon.saned.init} |  1 -
 ...utils.saned.socket => sane-daemon.saned.socket} |  0
 ...s.saned@.service => sane-daemon.saned@.service} |  0
 debian/sane-daemon.templates   | 15 
 debian/sane-utils.links    |  2 -
 debian/sane-utils.maintscript  |  1 +
 debian/sane-utils.manpages |  3 -
 debian/sane-utils.templates    | 35 --
 47 files changed, 283 insertions(+), 1404 deletions(-)
 rename debian/{sane-utils.install => libsane-utils.install} (69%)
 create mode 100644 debian/libsane-utils.manpages
 rename debian/{sane-utils.README.Debian => sane-daemon.README.Debian} 
(51%)

 rename debian/{sane-utils.config => sane-daemon.config} (100%)
 rename debian/{sane-utils.dirs => sane-daemon.dirs} (100%)
 create mode 100644 debian/sane-daemon.install
 create mode 100644 debian/sane-daemon.links
 rename debian/{sane-utils.logrotate => sane-daemon.logrotate} (100%)
 create mode 100644 debian/sane-daemon.manpages
 rename debian/{sane-utils.postinst => sane-daemon.postinst} (86%)
 rename debian/{sane-utils.postrm 

Bug#889714: Bug #889714: chmod: cannot access '/var/lib/etcd/': No such file or directory

2022-02-14 Thread Michael Banck
severity 889714 serious
thanks

On Tue, Feb 06, 2018 at 10:36:41AM +0100, Christoph Berg wrote:
> Package: etcd-server
> Version: 3.2.9+dfsg-3
> Severity: important
> 
> If etcd is already present in /etc/passwd, but /var/lib/etcd is
> missing, installing etcd-server fails:
> 
> Setting up etcd-server (3.2.9+dfsg-3) ...
> chmod: cannot access '/var/lib/etcd/': No such file or directory
> dpkg: error processing package etcd-server (--configure):
>  installed etcd-server package post-installation script subprocess returned 
> error exit status 1
> 
> The situation arises here because I'm installing it in a chroot with
> /etc/passwd copied from the host system. It will also be seen on
> systems with LDAP and other distributed user management systems.

This breaks autopkgtests for me now; I don't know quite what I did with
autopgktest/schroot setup to arrive here, but I recently installed etcd
in my main root in order to debug something and I don't think it's
reasonable to mandate one isn't allowed to do this in order for etcd to
work.


Michael



Bug#1005736: sane-umax_pp(5) does not describe umax_pp command-line utility

2022-02-14 Thread David Ward

Package: sane-utils
Version: 1.1.1-2

SANE provides a backend driver named umax_pp to supports Umax parallel 
port flatbed scanners. This is a library (libsane-umax_pp.so.1) found in 
the Debian package libsane1.


SANE also includes a command-line utility named umax_pp for testing, 
which is found in the Debian package sane-utils.


As of package version 1.0.27-1, the man page sane-umax_pp(5) was moved 
to the sane-utils package, along with a symbolic link located at 
umax_pp(5). However, this man page is only for the driver; it provides 
no information at all about the command-line utility. Even worse, the 
man page is not present on the system if the driver is installed but the 
command-line utilities are not.


This change needs to be reversed, by moving sane-umax_pp(5) back into 
the libsane-common package, and removing the umax_pp(5) symbolic link. 
If a man page is desired for the umax_pp utility, it will have to be 
written.




Bug#1005737: Purging package deletes the scanner group, which belongs to system

2022-02-14 Thread David Ward

Package: sane-utils
Version: 1.1.1-2

Debian includes a "scanner" group when the operating system is 
installed. When installing the sane-utils package, the newly-created 
"saned" user is added to this group by default. If the sane-utils 
package is purged though, the "scanner" group is deleted along with the 
"saned" user. This should not happen, since the group does not belong to 
SANE.


Attempting to install the sane-utils package again will actually fail 
during configuration, because the "saned" user cannot be added to the 
"scanner" group which no longer exists. (Although this is the default 
behavior, a debconf question asks if the "saned" user should be added to 
this group.)




Bug#995367: Re-enable apparmor on Debian Live?

2022-02-14 Thread intrigeri
Control: tag -1 + moreinfo

Hi,

Trent W. Buck (2021-09-30):
> The original bug report complained about LibreOffice and Evince.
> I tested those specifically.
>
> LibreOffice is in "complain" mode.
> It's rules fail, but there is no user-visible impact.
>
> Evince is in "enforce" mode.
> I couldn't generate an error by just opening PDFs, saving them, and printing 
> them (to files).

Interesting!

I was not surprised that msmtp works because its profile has
attach_disconnected, but the Evince and LibreOffice don't have that
kludge so I'm surprised they work.

> Is this a sufficient test?

It's definitely a sufficient test to give some hope!

Could you please test this with some LUKS-encrypted persistence mounts,
e.g. make ~/.gnupg persistent and check that AppArmor correctly
forbids access to the persistent files in there, both when accessed
via ~/.gnupg and via the mountpoint of the persistent filesystem?

Cheers!



<    1   2