mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
lib: Deprecate old SELinux APIs, rewrite SELinux documentation (RHBZ#1152825).
Also turns the --selinux option of guestfish, guestmount and virt-rescue into a no-op -- it didn't work before so this is effectively no change.
This commit is contained in:
@@ -234,7 +234,6 @@ main (int argc, char *argv[])
|
||||
printf ("guestfs_get_pgroup: %d\n", guestfs_get_pgroup (g));
|
||||
printf ("guestfs_get_program: %s\n", guestfs_get_program (g));
|
||||
printf ("guestfs_get_recovery_proc: %d\n", guestfs_get_recovery_proc (g));
|
||||
printf ("guestfs_get_selinux: %d\n", guestfs_get_selinux (g));
|
||||
printf ("guestfs_get_smp: %d\n", guestfs_get_smp (g));
|
||||
p = guestfs_get_sockdir (g);
|
||||
printf ("guestfs_get_sockdir: %s\n", p ? : "(null)");
|
||||
|
||||
Reference in New Issue
Block a user