Re: difference between setfiles and restorecon

Vit Mojzis <[email protected]> Mon, 12 Jun 2023 15:15:38 +0200
Newsgroups gmane.linux.redhat.fedora.selinux
Message-ID <[email protected]>
Hi,
let me walk you through the steps to find this info on your own.

# dnf provides setfiles
policycoreutils-3.3-4.fc36.x86_64 : SELinux policy core utilities
# dnf provides restorecon
policycoreutils-3.3-4.fc36.x86_64 : SELinux policy core utilities

So both utilities are shipped as part of policycoreutils package.
The package is build from the following repository:
https://src.fedoraproject.org/rpms/policycoreutils
The spec file 
(https://src.fedoraproject.org/rpms/policycoreutils/blob/rawhide/f/policycoreutils.spec#_18) 
shows that the source code repository is 
https://github.com/SELinuxProject/selinux

$ git clone https://github.com/SELinuxProject/selinux ; cd selinux
$ find -name setfiles.c
./policycoreutils/setfiles/setfiles.c

This is actually the source file for both tools. Their behavior changes 
based on the executable name
https://github.com/SELinuxProject/selinux/blob/main/policycoreutils/setfiles/setfiles.c#L178

Hope this helps,
Vit

On 6/8/23 20:01, Henry Zhang wrote:
> Hi folks,
>
> I want to know the difference between setfiles and restorecon.
> Where can I get source codes of setfiles and restorecon?
>
> ---henry
>
> _______________________________________________
> selinux mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
> Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
_______________________________________________
selinux mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue