1
0
mirror of https://github.com/HorlogeSkynet/AppArmor.git synced 2025-06-27 04:00:16 +02:00
Files
AppArmor/CHANGELOG.md
2025-06-04 23:02:52 +02:00

1.4 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.0.0 - 2025-06-04

Added

  • network "raw" domain
  • Single signal in signals set
  • Double-quoted signal set signals
  • dbus "accessibility" and "fcitx" bus names
  • Context-less rules (e.g. required for abstraction files)
  • Absolute ABI statements (abi "/etc/apparmor.d/abi/...",)
  • Profile concatenation in regular expressions (...//profile)
  • Profile concatenation stacking in regular expressions (...//&profile)

Fixed

  • Build command error parsing
  • file rule with a file glob "exec target"
  • Profile/Hat names containing - separator
  • Permissive mount and network directives
  • Regular expressions containing anonymous inodes
  • Unmatched anonymous profiles exec paths
  • Unmatched end parenthesis in dbus peer name condition

0.1.1 - 2022-10-27

Changed

  • Exclude syntax test files from package

0.1.0 - 2022-10-26

Added

  • Initial version