SELinux的知識技巧

2022-09-13 02:42:12 字數 726 閱讀 1721

我們在使用伺服器的時候可能會因為selinux導致安裝php錯誤,那麼這是怎麼一回事呢?

接下來就讓小編為大家介紹selinux的知識技巧,希望對你有所幫助。

selinux導致安裝php錯誤解決

如果提示」/usr/local/php-5.2.5/sapi/cli/php:error while loading shared libraries: /usr/local/mysql/lib/libmysqlclient.so.16:cannot restore segment prot after reloc: permission denied」

原因:selinux

解決方法:chcon –t texrel_shlib_t /usr/local/mysql/lib/libmysqlclient.so.16

關閉selinux不重啟系統的方法

redhat系統,修改/etc/sysconfig/selinux檔案:

#selinux=enforcing

selinux=disabled

重啟生效,如果不想重啟,用命令

setenforce 0

上述內容中就是關於selinux的知識技巧,只有我們認真學習了selinux的知識技巧才能在遇到相關問題的時候更好解決。

速維網路!!!

有需要伺服器的話可以扣俺!

tel: 137 1307 8760

SELinux相關知識

selinux secure ehanced linux 它的作用就是將每個檔案的許可權更加細分,這樣使使用者訪問的時候就像經過多道安檢一樣,只有全部通過才可以順利的讀取檔案。其實很多錯誤及安全問題都是人為造成的,使用selinux可以防止這種現象產生。selinux的運作模式 mac 委任式訪問控...

ORACLE的常用知識技巧

對資料表要進行備份可以在同一表空間裡新建一張表 create table t bak as select from t 如果要對某些表或檢視建立同義詞可以通過語句執行 select create or replace public synonym table name for user.table ...

selinux的初級管理

selinux disabled 關閉狀態 selinux enforcing 強制狀態 開啟 selinux permissive 警告狀態 開啟 getenforce命令可用於檢視selinux的狀態。當selinux開啟時,setenforce命令可更改selinux執行級別。setenfor...