Ryan Lee activity https://gitlab.com/rlee287 2026-03-13T00:14:45Z tag:gitlab.com,2026-03-13:5199211543 Ryan Lee pushed to project branch regression_overlayfs_cred at Ryan Lee / apparmor 2026-03-13T00:14:45Z rlee287 Ryan Lee

Ryan Lee (7b422dee) at 13 Mar 00:14

edit! mmap adj

... and 210 more commits

tag:gitlab.com,2026-03-12:5199005274 Ryan Lee pushed to project branch master at Ryan Lee / apparmor 2026-03-12T22:23:52Z rlee287 Ryan Lee

Ryan Lee (d6491356) at 12 Mar 22:23

Merge parser/libapparmor_re: constify expr-tree node APIs and trave...

... and 78 more commits

tag:gitlab.com,2026-03-11:5193971836 Ryan Lee commented on merge request !1263 at AppArmor / apparmor 2026-03-11T19:17:35Z rlee287 Ryan Lee

Another patch that is now necessary due to LP: #2143810 (testing still in progress):

Index: b/profiles/apparmor.d/openvpn
===================================================================
--- a/profiles/apparmor.d/openvpn
+++ b/profiles/apparmor.d/openvpn
@@ -66,6 +66,9 @@
   # integration with NetworkManager
   file rw @{run}/NetworkManager/nm-openvpn-*,
   file PUx /{usr/,}lib{exec,/NetworkManager}/nm-openvpn-service-openvpn-helper,
+  # Account for upstream NetworkManager fix for CVE-2025-9615
+  # These are certs to be imported by the OpenVPN NetworkManager plugin
+  file r @{run}/NetworkManager/@{rand6}
 
   # integration with systemd notification system
   file w @{run}/systemd/notify,
tag:gitlab.com,2026-03-11:5193923209 Ryan Lee commented on merge request !1956 at AppArmor / apparmor 2026-03-11T19:01:36Z rlee287 Ryan Lee

Noting that this came up in LP: #2143674 and LP: #2143625, but as the breakage reported by the latter doesn't seem to be apparmor related, I'm punting on actually getting this in.

tag:gitlab.com,2026-03-11:5193708629 Ryan Lee opened merge request !1956: Draft: profiles: abstractions: add gstreamer abstraction at AppArmor / apparmor 2026-03-11T17:54:41Z rlee287 Ryan Lee

This is slightly cleaned up from the version in Ubuntu's apparmor-profiles-extra package.

Signed-off-by: Ryan Lee [email protected]

tag:gitlab.com,2026-03-11:5193707258 Ryan Lee pushed new project branch profiles_gstreamer_abstraction at Ryan Lee / apparmor 2026-03-11T17:54:16Z rlee287 Ryan Lee

Ryan Lee (6d07b72d) at 11 Mar 17:54

profiles: abstractions: add gstreamer abstraction

... and 44 more commits

tag:gitlab.com,2026-03-06:5176598647 Ryan Lee commented on merge request !1916 at AppArmor / apparmor 2026-03-06T18:59:57Z rlee287 Ryan Lee

I can understand why you included the tinyproxy and spread test changes in the same MR, but I personally would have split them into separate MRs. If you decide to keep them in the same MR, could you please update the description accordingly?

tag:gitlab.com,2026-03-06:5176593308 Ryan Lee commented on merge request !1916 at AppArmor / apparmor 2026-03-06T18:57:39Z rlee287 Ryan Lee

Do we want to merge kernel_supports_permstable32 and kernel_supports_permstable32_version into a single int? It'd also make more sense to call the newer version kernel_supported_permstable_32_version since this version indicator is semantically not a boolean, unlike the other kernel_supports_* variables.

tag:gitlab.com,2026-03-06:5176585387 Ryan Lee commented on merge request !1916 at AppArmor / apparmor 2026-03-06T18:54:18Z rlee287 Ryan Lee

Do we want to leave a comment about why we use AC_CHECK_TYPES instead of AC_CHECK_TYPE?

tag:gitlab.com,2026-02-27:5151759284 Ryan Lee deleted project branch libapparmor_test_features_prefix at Ryan Lee / apparmor 2026-02-27T18:26:42Z rlee287 Ryan Lee

Ryan Lee (a30bab66) at 27 Feb 18:26

tag:gitlab.com,2026-02-27:5148472005 Ryan Lee pushed to project branch libapparmor_test_features_prefix at Ryan Lee / apparmor 2026-02-27T00:55:58Z rlee287 Ryan Lee

Ryan Lee (a30bab66) at 27 Feb 00:55

libapparmor: add test for libapparmor features prefix parsing issue

tag:gitlab.com,2026-02-27:5148470462 Ryan Lee opened merge request !1914: libapparmor: add test for libapparmor features prefix parsing issue at AppArmor / apparmor 2026-02-27T00:54:54Z rlee287 Ryan Lee

This is a test for commit

72430293 ("libapparmor: fix feature matching for aa_feature_supports")

of Gitlab MR !1608 fixing LP: #2105986.

Signed-off-by: Ryan Lee [email protected]

tag:gitlab.com,2026-02-27:5148469760 Ryan Lee pushed new project branch libapparmor_test_features_prefix at Ryan Lee / apparmor 2026-02-27T00:54:26Z rlee287 Ryan Lee

Ryan Lee (1c94ba6b) at 27 Feb 00:54

libapparmor: add test for libapparmor features prefix parsing issue

... and 11 more commits

tag:gitlab.com,2026-02-24:5138459925 Ryan Lee deleted project branch regression_disconnected_mount_complain_6_15_fixes at Ryan Lee / apparmor 2026-02-24T18:53:53Z rlee287 Ryan Lee

Ryan Lee (5993ff21) at 24 Feb 18:53

tag:gitlab.com,2026-02-20:5126965610 Ryan Lee pushed to project branch apparmor-5.0 at AppArmor / apparmor 2026-02-20T20:41:22Z rlee287 Ryan Lee

Ryan Lee (7c1f8f7b) at 20 Feb 20:41

Merge parser: set umask before creating temp file

... and 5 more commits

tag:gitlab.com,2026-02-20:5126952110 Ryan Lee pushed to project branch profiles_lsusb_nocaps at Ryan Lee / apparmor 2026-02-20T20:35:12Z rlee287 Ryan Lee

Ryan Lee (be2835bf) at 20 Feb 20:35

Revert "tests: add expected denial for lsusb cap_sys_admin"

tag:gitlab.com,2026-02-20:5126709240 Ryan Lee deleted project branch manpage_typofix at Ryan Lee / apparmor 2026-02-20T19:01:29Z rlee287 Ryan Lee

Ryan Lee (d51a9241) at 20 Feb 19:01

tag:gitlab.com,2026-02-20:5126706168 Ryan Lee pushed new project branch utils_tmpfiles at Ryan Lee / apparmor 2026-02-20T19:00:24Z rlee287 Ryan Lee

Ryan Lee (6c1cda74) at 20 Feb 19:00

utils: use with statement for aa-notify NamedTemporaryFile

tag:gitlab.com,2026-02-20:5126698831 Ryan Lee pushed to project branch master at Ryan Lee / apparmor 2026-02-20T18:58:21Z rlee287 Ryan Lee

Ryan Lee (7c1f8f7b) at 20 Feb 18:58

Merge parser: set umask before creating temp file

... and 35 more commits

tag:gitlab.com,2026-02-20:5126697987 Ryan Lee deleted project branch libapparmor_syscall_swig at Ryan Lee / apparmor 2026-02-20T18:58:06Z rlee287 Ryan Lee

Ryan Lee (bd872642) at 20 Feb 18:58