Tagged articles
5 articles
Page 1 of 1
Linux Kernel Journey
Linux Kernel Journey
Jun 12, 2025 · Information Security

In‑Depth Analysis of JuiceFS Permission Management: Full Compatibility with Linux Security Mechanisms

This article thoroughly examines how JuiceFS, a FUSE‑based distributed file system, aligns with Linux's discretionary and mandatory access control models, implements Unix permissions, POSIX ACLs, special permission bits, capability handling, and SELinux integration, while detailing practical configurations such as SDK access, root‑squash, all‑squash, and optimized ACL storage.

CapabilityJuiceFSLinux permissions
0 likes · 16 min read
In‑Depth Analysis of JuiceFS Permission Management: Full Compatibility with Linux Security Mechanisms
php Courses
php Courses
Nov 18, 2022 · Information Security

Secure File Name, Content, Permission, and Server Handling in PHP

This article explains how to safely process uploaded file names, sanitize file contents, set appropriate Linux permissions, and handle file storage in PHP, while also providing code examples and a brief announcement for a PHP training class.

File SecurityImage ProcessingLinux permissions
0 likes · 6 min read
Secure File Name, Content, Permission, and Server Handling in PHP
Efficient Ops
Efficient Ops
Aug 27, 2018 · Operations

Why Nginx Returned 403 After Jenkins Deployment and How to Fix It

This article walks through a real‑world deployment failure where Nginx served a 403 error after Jenkins‑driven releases, explains the root causes such as file‑permission mismatches and Tomcat 8's default umask, and provides step‑by‑step fixes to restore proper access.

403DeploymentLinux permissions
0 likes · 7 min read
Why Nginx Returned 403 After Jenkins Deployment and How to Fix It