1 |
# modules_path |
2 |
#path = /tmp/lib/modules |
3 |
|
4 |
# variables |
5 |
#collect_underpants = "plugin_a.mod" |
6 |
|
7 |
#questionmark = "ees_plugin_b.mod" |
8 |
#" --test foo" |
9 |
|
10 |
#bla = "ees_plugin_b.mod" |
11 |
#" --test bar" |
12 |
|
13 |
#profit = "lcmaps_dummy_good.mod" |
14 |
#" --dummy-username nobody" |
15 |
#" --dummy-group nobody" |
16 |
#" --dummy-sec-group \"nobody\"" |
17 |
|
18 |
stresstest = "ees_dummy_obligations.mod" |
19 |
|
20 |
##win = "blabla.mod" |
21 |
##" --bla" |
22 |
|
23 |
#fail = "example_plugin.mod" |
24 |
|
25 |
posix_enf = "ees_posix_enf.mod" |
26 |
"-maxuid 4321" |
27 |
"-maxpgid 2345" |
28 |
"-check_uid" |
29 |
"-use_uid 1000" |
30 |
"-use_gid 1000" |
31 |
"-check_uid" |
32 |
"-dry_run" |
33 |
|
34 |
localaccount = "ees_localaccount.mod" |
35 |
"-gridmapfile /user/aramv/workspace/ees/examples/example_gridmapfile.txt" |
36 |
"-strings" |
37 |
"-mapattrib http://authz-interop.org/xacml/subject/subject-x509-id" |
38 |
"-obligation posix-uid" |
39 |
"-attribute_u posix-uid" |
40 |
"-attribute_g posix-gid" |
41 |
|
42 |
#localgroup = "ees_localaccount.mod" |
43 |
#"-gridmapfile /home/aczid/workspace/grid-mw-security/ees/examples/example_gridmapfile.txt" |
44 |
#"-strings" |
45 |
#"-mapattrib http://authz-interop.org/xacml/subject/subject-x509-id" |
46 |
#"-attribute_g posix-gid" |
47 |
|
48 |
|
49 |
#eeswoot = "eesone.mod" |
50 |
#"-e http://jeblabalkjwaldkfjsa/" |
51 |
#"-d /home/aczid/workspace/grid-mw-security/ees/examples/example_gridmapfile.txt" |
52 |
#"-a a:blabla" |
53 |
#"-s a:blabla" |
54 |
#"-i /dev/null" |
55 |
#"-v" |
56 |
|
57 |
# policies |
58 |
break_it: |
59 |
#collect_underpants -> questionmark |
60 |
stresstest #| localgroup |
61 |
#localgroup -> posix_enf |
62 |
# rules | rule |
63 |
#collect_underpants -> questionmark | fail |
64 |
#questionmark -> posix_enf |
65 |
|
66 |
#trying_to_read_lcmaps_parser_code: |
67 |
#profit -> fail |
68 |
|
69 |
#bogus_policy: |
70 |
#profit -> fail |