Displaying 4 results from an estimated 4 matches for "sendmail_exec_t".
2012 Jan 04
1
selinux context for mm-handler?
...n success:
context result
------------------- -----------------------------------------
etc_mail_t sendmail can't execute mm-handler
mailman_mail_exec_t mm-handler can't load perl modules
bin_t mm-handler can't read Mailman data
sendmail_exec_t mm-handler can't read Mailman data
I'm willing and able to whip up a local policy modification, but I
thought I'd ask if there's a standard solution to this problem; my
Google searches have so far proven ineffective at providing pointers
to an answer.
--
Paul Heinlein <...
2007 Jul 19
1
semodule - global requirements not met
...attr read remove_name search write };
class file { create execute execute_no_trans getattr lock read
rename unlink write };
class filesystem getattr;
class lnk_file read;
type amavis_t;
type fs_t;
type mqueue_spool_t;
type sbin_t;
type sendmail_exec_t;
type var_lib_t;
role system_r;
};
allow amavis_t fs_t:filesystem getattr;
allow amavis_t mqueue_spool_t:dir { add_name getattr read remove_name
search write };
allow amavis_t mqueue_spool_t:file { create getattr lock read rename
unlink write };
allow amavis_t sbin_t:lnk_file read;...
2006 Jun 07
1
Apache php and exim
...-Z /usr/zbin
-rwsr-xr-x root root system_u:object_r:sbin_t /usr/sbin/exim
lrwxrwxrwx root root root:object_r:sbin_t
/usr/sbin/sendmail -> /etc/alternatives/mta
lrwxrwxrwx root root system_u:object_r:sbin_t
/usr/sbin/sendmail.exim -> exim
Maybe exim shuld be sendmail_exec_t ?
I can't experiment now. Will try setting it later.
Can anyone give me some guaidance ?
2009 Apr 15
2
SELinux and "i_stream_read() failed: Permission denied"
...type httpd_t;
type initrc_t;
type postfix_etc_t;
type postfix_local_t;
type postfix_master_t;
type postfix_postdrop_t;
type postfix_postqueue_exec_t;
type postfix_public_t;
type postfix_pipe_t;
type sendmail_t;
type sendmail_exec_t;
type src_t;
type tmp_t;
type usr_t;
type user_home_dir_t;
type user_home_t;
type var_log_t;
class capability { sys_nice chown };
class file { append create execute execute_no_trans \
getattr ioctl link lock read rename setat...