Skip to content

Commit

Permalink
Fix apparmor profiles for ubuntu noble
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 13, 2024
1 parent 57332a8 commit 38abaf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opencpu (2.2.12-jammy0) jammy; urgency=low
opencpu (2.2.12-noble2) noble; urgency=low

* Debian package with OpenCPU software. See www.opencpu.org

Expand Down
4 changes: 3 additions & 1 deletion opencpu-server/apparmor.d/opencpu.d/base
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ capability sys_tty_config,
/dev/tty rw,
/etc/default/ r,
/etc/default/* r,
/etc/gnutls/config r,
/etc/ImageMagick-6/* r,
/etc/mailcap r,
/etc/ld.so.conf r,
Expand Down Expand Up @@ -48,7 +49,7 @@ capability sys_tty_config,
/usr/bin/* rix,
/usr/include r,
/usr/include/** r,
/usr/lib/gcc/** rmix,
/usr/lib{,exec}/gcc/** rmix,
/usr/lib/jags/** rmix,
/usr/lib/opencpu/** rmix,
/usr/lib/R/bin/* rix,
Expand All @@ -62,6 +63,7 @@ capability sys_tty_config,
/var/lib/tex*/** mrix,
/var/www/.odbc.ini r,
/sys/devices/system/cpu/ r,
/sys/devices/system/cpu/* r,
/home/ r,

# python stuff
Expand Down

0 comments on commit 38abaf2

Please sign in to comment.