Feature #12112

Drop aufs-specific kludges from AppArmor policy

Added by intrigeri 2017-01-04 09:00:41 . Updated 2020-01-28 09:05:55 .

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Target version:
Start date:
2017-01-04
Due date:
% Done:

100%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

In config/chroot_local-patches/* we have things like /var/.wh..wh.spool.*/, that only make sense for aufs. We should drop them to ease maintenance of these patches, once we use overlayfs.


Subtasks


Related issues

Blocks Tails - Feature #16209: Core work: Foundations Team Confirmed

History

#1 Updated by intrigeri 2018-09-12 06:46:57

#2 Updated by intrigeri 2018-09-12 06:47:06

  • Target version set to Tails_3.11

#3 Updated by intrigeri 2018-11-05 14:45:46

  • Target version changed from Tails_3.11 to Tails_3.12

#4 Updated by intrigeri 2018-11-06 15:04:45

  • Target version changed from Tails_3.12 to Tails_3.13

#5 Updated by intrigeri 2018-12-02 21:53:14

#6 Updated by intrigeri 2018-12-02 21:53:53

  • blocked by deleted (Feature #15506: Core work 2018Q4: Foundations Team)

#7 Updated by intrigeri 2019-01-25 16:32:54

  • Target version changed from Tails_3.13 to 2019

#8 Updated by intrigeri 2019-02-06 14:08:28

#9 Updated by intrigeri 2019-02-06 14:08:32

  • blocked by deleted (Feature #15507: Core work 2019Q1: Foundations Team)

#10 Updated by intrigeri 2019-04-05 16:08:48

  • Assignee deleted (intrigeri)

#11 Updated by segfault 2019-11-23 19:01:07

  • Status changed from Confirmed to In Progress
  • Assignee set to segfault

#12 Updated by segfault 2019-11-23 19:27:51

  • Status changed from In Progress to Resolved
  • Assignee deleted (segfault)

#13 Updated by intrigeri 2019-11-23 20:20:09

  • Status changed from Resolved to In Progress

I see we also have:

config/chroot_local-patches/apparmor-adjust-cupsd-profile.diff:+  /etc/.wh..wh.cups.*/ rw,
config/chroot_local-patches/apparmor-adjust-cupsd-profile.diff:+  /var/cache/.wh..wh.cups.*/ rw,
config/chroot_local-patches/apparmor-adjust-cupsd-profile.diff:+  /var/log/.wh..wh.cups.*/ rw,
config/chroot_local-patches/apparmor-adjust-cupsd-profile.diff:+  /var/spool/.wh..wh.cups.*/ rw,
config/chroot_local-patches/apparmor-adjust-cupsd-profile.diff:+  /var/.wh..wh.spool.*/ rw,

These look like aufs kludges too, no?

#14 Updated by segfault 2019-11-24 11:04:44

  • Status changed from In Progress to Resolved

intrigeri wrote:
> I see we also have:
>
> […]
>
> These look like aufs kludges too, no?

Yes, I now removed those too.

#15 Updated by intrigeri 2020-01-28 09:05:55

  • % Done changed from 0 to 100