If httpd scripts should be allowed to write to public directories you need to turn on the $BOOLEAN boolean and change the file context of the public directory to public_content_rw_t.Read the httpd_selinux man page for further information: "setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <path>" You must also change the default file context labeling files on the system in order to preserve public directory labeling even on a full relabel."semanage fcontext -a -t public_content_rw_t <path>"
httpd স্ক্রিপ্টকে এই ডিরেক্টরিতে লেখার অনুমতি প্রদান করতে হলে $BOOLEAN বুলিয়ান সক্রিয় করুন ও সার্বজনীন ডিরেক্টরির ফাইল কনটেক্সট public_content_rw_t-এ পরিবর্তন করুন।অধিক জানতে httpd_selinux man পৃষ্ঠা পড়ুন: "setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <path>" সিস্টেমের মধ্যে ডিফল্ট ফাইল কনটেক্স লেবেল পরিবর্তন করা আবশ্যক। এর ফলে সম্পূর্ণ রি-লেবল (relabel) করা হলেও কনটেক্সট অপরিবর্তিত থাকবে।"semanage fcontext -a -t public_content_rw_t <path>"
If httpd scripts should be allowed to write to public directories you need to turn on the $BOOLEAN boolean and change the file context of the public directory to public_content_rw_t. Read the httpd_selinux
man page for further information:
"setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <path>"
You must also change the default file context labeling files on the system in order to preserve public directory labeling even on a full relabel. "semanage fcontext -a -t public_content_rw_t <path>"
$BOOLEAN বুলিয়ান সক্রিয় করুন ও সার্বজনীন ডিরেক্টরির ফাইল
কনটেক্সট public_content_rw_t-এ পরিবর্তন করুন। অধিক জানতে httpd_selinux
man পৃষ্ঠা পড়ুন:
"setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <path>"
সিস্টেমের মধ্যে ডিফল্ট ফাইল কনটেক্স লেবেল পরিবর্তন করা আবশ্যক। এর ফলে সম্পূর্ণ রি-লেবল (relabel) করা হলেও কনটেক্সট অপরিবর্তিত থাকবে। "semanage fcontext -a -t public_content_rw_t <path>"