chcon: SELinux এর সাথে নাগিওগুলি ইনস্টল করার সময় লেবেলযুক্ত ফাইলে আংশিক প্রসঙ্গ প্রয়োগ করতে পারে না


9

আমি সেলিনাক্স = প্রয়োগের মাধ্যমে সেন্টোজে নাগিওস কোর স্থাপন করছি।

আমি চালানোর চেষ্টা করি

chcon -R -t httpd_sys_content_t /usr/local/nagios/sbin/

ম্যানুয়ালটিতে প্রস্তাবিত হিসাবে , তবে আমি এই ত্রুটি বার্তা পেয়েছি:

chcon: can't apply partial context to unlabeled file `cmd.cgi'
chcon: can't apply partial context to unlabeled file `trends.cgi'
chcon: can't apply partial context to unlabeled file `histogram.cgi'
chcon: can't apply partial context to unlabeled file `avail.cgi'
chcon: can't apply partial context to unlabeled file `history.cgi'
chcon: can't apply partial context to unlabeled file `status.cgi'
chcon: can't apply partial context to unlabeled file `tac.cgi'
chcon: can't apply partial context to unlabeled file `showlog.cgi'
chcon: can't apply partial context to unlabeled file `notifications.cgi'
chcon: can't apply partial context to unlabeled file `extinfo.cgi'
chcon: can't apply partial context to unlabeled file `statuswml.cgi'
chcon: can't apply partial context to unlabeled file `outages.cgi'
chcon: can't apply partial context to unlabeled file `statuswrl.cgi'
chcon: can't apply partial context to unlabeled file `statusmap.cgi'
chcon: can't apply partial context to unlabeled file `config.cgi'
chcon: can't apply partial context to unlabeled file `summary.cgi'

কোন ধারণা কীভাবে এই ত্রুটিগুলি এড়ানো যায়?


1
ফাইল লেবেল? যেমন টাইপ লেবেল বাদে একটি ব্যবহারকারী এবং রোল লেবেল যুক্ত করুন।
নিনজালজ

উত্তর:


5

আপনার ডান সেলিনাক্স টাইপের সাহায্যে ফাইলগুলি পুনঃবিবেচনা করতে হবে:

semanage fcontext -a -s system_u -t httpd_sys_script_exec_t /usr/local/nagios/sbin/*
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.