@Jamie, note that previously snapd was allowing periods, colons, underscores, spaces, etc. I'm not sure what you were testing before, but I wanted to point out that this change is larger than just the ending / . I've revamped the bug to reflect.
** Description changed: - Currently snapd accepts app names that would result in invalid apparmor - profiles, such as "myapp/". These should be more restrictive: the - current recommendation is `^[a-zA-Z0-9](?:-?[a-zA-Z0-9])*$`. + Currently snapd accepts app names that can cause issues in the rest of + the syste (e.g. invalid apparmor profiles like "myapp/", or clashing + with hook names). These should be more restrictive: the current + recommendation is `^[a-zA-Z0-9](?:-?[a-zA-Z0-9])*$`. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589613 Title: Snap app names are too permissive To manage notifications about this bug go to: https://bugs.launchpad.net/click-reviewers-tools/+bug/1589613/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
