diff --git a/init.te b/init.te index d78ca497a972e59b96682eda52b0436ab5d3e450..4ec07f7aff78f558b956d5a2041a5c896d00dda1 100644 --- a/init.te +++ b/init.te @@ -212,14 +212,12 @@ allow init hw_random_device:chr_file r_file_perms; # TODO: Move these files into their own type unless they are # only ever accessed by init. allow init device:file create_file_perms; -auditallow init device:file create_file_perms; # Access character devices without a specific type, # e.g. /dev/keychord. # TODO: Move these devices into their own type unless they # are only ever accessed by init. allow init device:chr_file { rw_file_perms setattr }; -auditallow init device:chr_file { rw_file_perms setattr }; # keychord configuration allow init self:capability sys_tty_config;