mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-29 05:17:59 +00:00
/usr/bin/rsyncd) bnc#408869 The unconfined tool shows: [...] 29799 /usr/bin/rsync not confined 29799 /usr/bin/rsync not confined This is because unconfined is grabbing the post symlink resolved exe filename which for /usr/sbin/rsyncd is /usr/bin/rsync. To fix this provide both the cmdline and exec name in parenthesis when the exe name and the cmdline name differ. For the above example you would see 29799 /usr/bin/rsync (/usr/sbin/rsyncd) not confined
Description
Languages
Python
43.3%
C
23.2%
Shell
11.8%
C++
9.8%
Rich Text Format
2.3%
Other
9.4%