Skip to content

Commit

Permalink
Fix default and dist config files
Browse files Browse the repository at this point in the history
- add gnome_remote_desktop to targeted modules.conf
- use symlinks to dist/targeted for default users
- drop policy/modules.conf - it's generated by `make conf`
- fix typo in users files
  • Loading branch information
bachradsusi committed Sep 18, 2024
1 parent 6939d61 commit ba6a8db
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3,122 deletions.
2 changes: 1 addition & 1 deletion dist/mls/users
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# gen_user(username, prefix, role_set, mls_defaultlevel, mls_range, [mcs_catetories])
#
# Note: Identities without a prefix wil not be listed
# Note: Identities without a prefix will not be listed
# in the users_extra file used by genhomedircon.

#
Expand Down
8 changes: 8 additions & 0 deletions dist/targeted/modules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ udev = module
# The unconfined domain.
#
unconfined = module

# Layer: services
# Module: abrt
#
Expand Down Expand Up @@ -1085,6 +1086,13 @@ glusterd = module
#
gnome = module

# Layer: apps
# Module: gnome_remote_desktop
#
# gnome-remote-desktop
#
gnome_remote_desktop = module

# Layer: apps
# Module: gpg
#
Expand Down
2 changes: 1 addition & 1 deletion dist/targeted/users
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# gen_user(username, prefix, role_set, mls_defaultlevel, mls_range, [mcs_catetories])
#
# Note: Identities without a prefix wil not be listed
# Note: Identities without a prefix will not be listed
# in the users_extra file used by genhomedircon.

#
Expand Down
Loading

0 comments on commit ba6a8db

Please sign in to comment.