Skip to content

Commit

Permalink
Dontaudit domain the fowner capability
Browse files Browse the repository at this point in the history
This is a temporary rule to work around a problem in kernel/xfs
triggering a false fowner capability AVC. Once the problem is resolved,
this commit needs to be reverted.

Resolves: rhbz#1933437
  • Loading branch information
zpytela committed Mar 23, 2021
1 parent e077cfa commit bca021f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions policy/modules/kernel/domain.te
Expand Up @@ -129,6 +129,11 @@ allow domain self:fifo_file rw_fifo_file_perms;
allow domain self:sem create_sem_perms;
allow domain self:shm create_shm_perms;

# This is a temporary rule to work around a problem in kernel/xfs
# triggering a false fowner capability AVC
# https://bugzilla.redhat.com/show_bug.cgi?id=1933437
dontaudit domain self:capability fowner;

kernel_getattr_proc(domain)
kernel_read_proc_symlinks(domain)
kernel_read_crypto_sysctls(domain)
Expand Down

0 comments on commit bca021f

Please sign in to comment.