Displaying 3 results from an estimated 3 matches for "my_postfixauth_private_t".
2017 Jan 23
2
SELinux file permissions
Thanks for the pointer, will take a look down that route.
Could you confirm the below is expected behaviour on Centos ?
# semanage fcontext -a -t my_postfixauth_private_t
"/var/spool/postfix/private(/.*)?"
ValueError: Type my_postfixauth_private_t is invalid, must be a file
or device type
On 23 January 2017 at 19:06, Lukas Zapletal <lukas at zapletalovi.com> wrote:
> Hello,
>
> restorecon works only for existing files, for new files you are...
2017 Jan 24
0
SELinux file permissions
Am 23.01.2017 um 23:44 schrieb Tim Smith:
> Thanks for the pointer, will take a look down that route.
>
> Could you confirm the below is expected behaviour on Centos ?
>
> # semanage fcontext -a -t my_postfixauth_private_t
> "/var/spool/postfix/private(/.*)?"
> ValueError: Type my_postfixauth_private_t is invalid, must be a file
> or device type
Did you define my_postfixauth_private_t yourself? And if so, why?
All my sockets inside /var/spool/postfix/private/ have the type
postfix_private_t. I d...
2017 Jan 23
3
SELinux file permissions
Hi,
I'm trying to grant dovecot the ability to manage its socket within
the postfix spool directory.
I have added the below to file_contexts.local :
/var/spool/postfix/private/dovecot-auth system_u:system_r:dovecot_t:s0
However, running "restorecon -v
/var/spool/postfix/private/dovecot-auth" gives me the following error
:
restorecon: