On 9 Dec 2023 at 18:02, Tim wrote:
Subject: Re: Clean install of Fedora 39 on Dell notebook
was working, but
recent update not getting 50 selerts??
From: Tim <ignored_mailbox@xxxxxxxxxxxx>
To: mikes@xxxxxxxx, Community support for Fedora
users
<users@xxxxxxxxxxxxxxxxxxxxxxx>
Date sent: Sat, 09 Dec 2023 18:02:43 +1030
Did a dnf reinstall * to see if maybe somethings had installed
before something else. Then reenabled selinux and rebooted.
Originally go then 50 messages again that seemed to be same.
Unfortunately, the setrouble browser has a option to show the 50
messages summary, but I can do a ctrl-a to highlight them all but
ctrl-C does not work to copy them..
Deleted them all. They didn't immediately come back.
Did just get 12 pop up, and these are for sshd and mandb?
last one is mandb
setattr
index.db
SELINUX Alert browser doesn't let on copy top part or if you were
trying part? also doesn't let copy the list of all info??
Does let one copy this part, but have no clue what FILE_TYPE
would be used, or where this index.db file is located?
First 3 are sshd with read, open, getattr all with inactive.mod
Then 9 with mandb with create, write, ioctl, read, open, rename,
unlink, lock, setattr. with 29605, 29605, xscreensaver.1.gz (3
times), 29605, index.db, 29605, index.db.
Did have 2 earlier ones that were with boinc, and talked about
missing selinux type boinc_t??
Since can't copy stuff from here is what would copy for last one?
You need to change the label on index.db
# semanage fcontext -a -t FILE_TYPE 'index.db'
where FILE_TYPE is one of the following: boot_t, cert_t, device_t,
dhcpc_state_t, etc_aliases_t, etc_mail_t, etc_runtime_t, faillog_t,
fonts_t, getty_lock_t, httpd_lock_t, initrc_state_t, initrc_tmp_t,
initrc_var_log_t, initrc_var_run_t, ipsec_mgmt_lock_t,
ipsec_var_run_t, iptables_lock_t, krb5_host_rcache_t,
krb5kdc_lock_t, lastlog_t, local_login_lock_t, locale_t, lvm_lock_t,
mnt_t, net_conf_t, postgresql_db_t, postgresql_lock_t,
semanage_read_lock_t, semanage_trans_lock_t, sshd_key_t,
sysctl_fs_t, sysctl_t, system_conf_t, system_dbusd_var_lib_t,
systemd_passwd_var_run_t, udev_rules_t, udev_var_run_t,
user_home_dir_t, user_home_t, var_lib_t, var_lock_t, var_log_t,
var_spool_t, wtmp_t, xdm_lock_t.
Then execute:
restorecon -v 'index.db'