소스 검색

Base: Make /www read-write by default

Since it is owned by root anyway, there is no need for 'additional security' to prevent
modification of that directory. This makes it easier to quickly export files from
Serenity. Fixes #5152.
Ben Wiederhake 4 년 전
부모
커밋
d24e287f8c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Base/etc/fstab

+ 1 - 0
Base/etc/fstab

@@ -7,6 +7,7 @@
 /home	/home	bind	bind,nodev,nosuid
 /root	/root	bind	bind,nodev,nosuid
 /var	/var	bind	bind,nodev,nosuid
+/www	/www	bind	bind,nodev,nosuid
 
 none	/proc	proc	nosuid
 none	/tmp	tmp	nodev,nosuid