Skip to content

Commit

Permalink
Make mdevctl_conf_t member of the file_type attribute
Browse files Browse the repository at this point in the history
In the 1d35556 commit ("Label /etc/mdevctl.d with mdevctl_conf_t"),
a new file type defined, but it was not made a part of the file_type
attribute.

Resolves: rhbz#2311359
  • Loading branch information
zpytela committed Sep 11, 2024
1 parent 1d35556 commit 9ff60a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy/modules/kernel/files.te
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ typealias system_conf_t alias iptables_conf_t;

# mdevctl_conf_t is a type for files in /etc/mdevctl.d
type mdevctl_conf_t, configfile;
files_type(mdevctl_conf_t)

# system_db_t is a new type of various
# db files.
Expand Down

0 comments on commit 9ff60a4

Please sign in to comment.