1
2
3
4
5
6
7
8
9
10
11
12
13
| ## example for a user
| #[test]
| #env= DISPLAY, XAUTHORITY
| #
| ##example for a group, there should be only 1 space inbetween the words!
| #[group users]
| #env = DISPLAY, XAUTHORITY
| #
| [DEFAULT]
| #relax_home_group=1
| skip_injail_passwd_check=1
| injail_shell=/bin/bash
| env = TERM, PATH
|
|