質問編集履歴
1
ls -lZコマンドの実行結果を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,6 +36,18 @@
|
|
36
36
|
|
37
37
|
|
38
38
|
|
39
|
+
※ls -lZ結果
|
40
|
+
|
41
|
+
```ここに言語を入力
|
42
|
+
|
43
|
+
-rw-r--r--. test-admin test-admin unconfined_u:object_r:httpd_sys_content_t:s0 scr ipt.js
|
44
|
+
|
45
|
+
-rwxrwxrwx. test-admin test-admin unconfined_u:object_r:user_home_t:s0 seamless .js
|
46
|
+
|
47
|
+
```
|
48
|
+
|
49
|
+
→Linux詳しくなくて申し訳ないですが、seamless.jsのみ「user_home_t:s0」となっていました。他のファイルは「httpd_sys_content_t:s0」です。関係ありますか?
|
50
|
+
|
39
51
|
|
40
52
|
|
41
53
|
seamless.js以外の他のjsファイルは全て読み込めているのに、
|