I am having a problem getting postfix to work with PHP in FC5. It is SE Linux blocking it.
when I run:
Quote:
#audit2allow -i /var/log/messages -l | grep postfix
|
I get:
Quote:
allow postfix_smtpd_t boot_t:dir getattr;
allow postfix_smtpd_t file_t:dir getattr;
allow postfix_smtpd_t home_root_t:dir getattr;
|
So, I would like to add those rule changes. I am currently using FC5. In FC4 you would edit the local.te file and run "make reload". FC5 seems to do things differently using the semanage command. I have consulted the man pages and the various docs online and cannot figure out exactly how to make the required changes with semanage.
So, how do I make those rule changes in FC5?