Bug 1204034 - Configured permissions are not found nor the error messages are explained
Summary: Configured permissions are not found nor the error messages are explained
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: All openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Security Team bot
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-05 08:51 UTC by Dr. Werner Fink
Modified: 2022-10-05 08:52 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dr. Werner Fink 2022-10-05 08:51:16 UTC
During installing sendmail I see error messages from chkstat ... e.g. on
the path /var/spool/clientmqueue/

 werner/sendmail> sudo  /usr/bin/chkstat -n --warn --system -e /var/spool/clientmqueue/
 /var/spool/clientmqueue/: no configuration entry in active permission profiles found. Cannot check this path.

 werner/sendmail> sudo /usr/bin/chkstat -n --set /etc/permissions.d/sendmail -e /var/spool/clientmqueue/
 /var/spool/clientmqueue/: no configuration entry in active permission profiles found. Cannot check this path.

 werner/sendmail> grep /var/spool/clientmqueue/ /etc/permissions.d/sendmail
 /var/spool/clientmqueue/                mail:mail       0770

I do not find any explantion in the manual page chkstat(8) what is wrong here