লিনাক্স চকন: আংশিক প্রয়োগ করতে পারবেন না (ফেডোরা 22)


0

আমি MYAPPdir এর উপর দিয়ে অনুমতি পরিবর্তন করার চেষ্টা করি কারণ এতে 77 777 টি অনুমতি রয়েছে কারণ সেলিক্স এটিকে অবরুদ্ধ করেছে

সুতরাং আমি এই কমান্ড টাইপ করি

su -c "chcon -R -h -t httpd_sys_script_rw_t /usr/share/nginx/html/MYAPP/

কিন্তু আমি এই ত্রুটি পেয়েছি

chcon: can't apply partial context to unlabeled file HtmlPhpSpecExceptionPresenter.php
chcon: can't apply partial context to unlabeled file Exception
chcon: can't apply partial context to unlabeled file StringPresenter.php
chcon: can't apply partial context to unlabeled file TaggingPresenter.php
chcon: can't apply partial context to unlabeled file Presenter.php
chcon: can't apply partial context to unlabeled file SimplePresenter.php
chcon: can't apply partial context to unlabeled file PresenterInterface.php
chcon: can't apply partial context to unlabeled file Presenter
chcon: can't apply partial context to unlabeled file FatalPresenter.php
chcon: can't apply partial context to unlabeled file HtmlFormatter.php
chcon: can't apply partial context to unlabeled file ReportFailedItem.php
chcon: can't apply partial context to unlabeled file ReportSkipped.html
chcon: can't apply partial context to unlabeled file ReportFooter.html
chcon: can't apply partial context to unlabeled file ReportPending.html

দ্রষ্টব্য: এটি ঘটে remote serverতবে আমার local machineকাজ ভাল হয়েছে

উত্তর:


1

Semanage কমান্ড দিয়ে পরীক্ষা করুন।

semanage fcontext -a -t httpd_sys_script_rw_t "/usr/share/nginx/html/MYAPP(/.*)?"

restorecon -R -v MYAPP

প্রথমে কিছু ডেমো ফোল্ডার দিয়ে পরীক্ষা করুন।

আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.