[go: up one dir, main page]

uu_chcon 0.0.30

chcon ~ (uutils) change file security context
Documentation
1
2
3
4
5
6
7
8
9
10
11
<!-- spell-checker:ignore (vars) RFILE -->
# chcon

```
chcon [OPTION]... CONTEXT FILE...
chcon [OPTION]... [-u USER] [-r ROLE] [-l RANGE] [-t TYPE] FILE...
chcon [OPTION]... --reference=RFILE FILE...
```

Change the SELinux security context of each FILE to CONTEXT.
With --reference, change the security context of each FILE to that of RFILE.