Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow unconfined_t read other processes perf_event records
Perf events are represented by a file descriptor which can be passed between processes, e.g. via a UNIX socket or DBus. The perf event's label is inherited from the creating process at the time of creation. This permission is required for sysprof, executed from command line, to get elevated access to perf_event file descriptors provided by sysprofd daemon which had created the perf_event file descriptors and passed them to the client. The domain_read_perf_event_all_domains() interface was added. Resolves: fedora-selinux#614
- Loading branch information