소스 검색

Update README.md

Toby Chui 5 년 전
부모
커밋
e6f0b816c3
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 2
      README.md

+ 8 - 2
README.md

@@ -55,15 +55,21 @@ ArOZ Online System is only tested to install on Debian Jessie and Debian Buster.
   
   If you are pros and want to have much better control of the system security, add the lines that fits your need according to the selections below.
   
-  - Allow system to mount and unmount USB drives of your Raspberry Pi
+  Allow system to mount and unmount USB drives of your Raspberry Pi
   ```
   www-data ALL=NOPASSWD: /usr/bin/mount, /sbin/mount.ntfs-3g, /usr/bin/umount
   ```
-  - Allow system to be powered off via the Web UI
+  
+  Allow system to be powered off via the Web UI
   ```
   www-data ALL=NOPASSWD: /sbin/halt, /sbin/reboot, /sbin/poweroff
   ```
   
+  Allow system to access local area network IP address and WiFi network settings
+  ```
+  www-data ALL=NOPASSWD: /sbin/ifconfig, /sbin/ip
+  ```
+  
   TO BE ADDED
   
 3. Edit /etc/apache2/apache2.conf, add the following two lines to the bottom of the file