Bug#883948: [pkg-apparmor] Bug#883948: apparmor: xdg-user-dirs should have localized directory names

2019-01-05 Thread Vincas Dargis

I've started discussion in debian-i18n list, asking for guidance:
https://lists.debian.org/debian-i18n/2019/01/msg0.html



Bug#883948: [pkg-apparmor] Bug#883948: apparmor: xdg-user-dirs should have localized directory names

2018-01-13 Thread Vincas Dargis

Ubuntu does not handle handle localized directories too:

```
vincas@vincas-ubuntu1804:~$ foo ~/Atsiuntimai/fake.download
foo: /home/vincas/Atsiuntimai/fake.download: Permission denied
vincas@vincas-ubuntu1804:~$ cat /etc/apparmor.d/usr.local.bin.foo
#include 

@{foo_executable} = /usr/local/bin/foo

profile @{foo_executable} {
#include 
#include 

@{foo_executable} r,
}
```

Where `foo` is simply a copy of `/bin/cat`.

It works after I add:

`@{XDG_DOWNLOAD_DIR}+=Atsiuntimai`

into

`/etc/apparmor.d/tunables/xdg-user-dirs.d/site.local`.

as expected.



Bug#883948: [pkg-apparmor] Bug#883948: apparmor: xdg-user-dirs should have localized directory names

2018-01-13 Thread Vincas Dargis

Tried OpenSUSE Tumbleweed, and no, localized Downloads folder was not allowed 
when using `abstractions/user-download`.



Bug#883948: [pkg-apparmor] Bug#883948: apparmor: xdg-user-dirs should have localized directory names

2018-01-07 Thread Vincas Dargis

On 2018-01-07 13:11, intrigeri wrote:

Hi,

good catch! It would be interesting to know how other distros
handle this.


I already have Ubuntu and OpenSuse VM's (in addition to Debian), I could check 
that I guess.