1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] msec su for wheel
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20msec%20su%20for%20wheel&In-Reply-To=%3C50CA7C6B.5040905%40LinuxCabal.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="020796.html">
<LINK REL="Next" HREF="020795.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] msec su for wheel</H1>
<B>Richard Couture</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20msec%20su%20for%20wheel&In-Reply-To=%3C50CA7C6B.5040905%40LinuxCabal.org%3E"
TITLE="[Mageia-dev] msec su for wheel">rrc at LinuxCabal.org
</A><BR>
<I>Fri Dec 14 02:10:03 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="020796.html">[Mageia-dev] LastFm going subscription
</A></li>
<LI>Next message: <A HREF="020795.html">[Mageia-dev] msec su for wheel
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#20785">[ date ]</a>
<a href="thread.html#20785">[ thread ]</a>
<a href="subject.html#20785">[ subject ]</a>
<a href="author.html#20785">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>While teaching a class in administration of GNU Linux using Mageia I
noted that when setting ENABLE_PAM_WHEEL_FOR_SU in msec that neither the
group nor the permissions of the exec su were changed.
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">rrc at pwyr</A> ~]$ ls -al $( which su )
-rwsr-xr-x 1 root root 34904 Jun 9 2012 /bin/su*
to my way of thinking, this option should change su as follows
-rwsr-xr-- 1 root wheel 34904 Dec 12 2012 /bin/su*
Richard
--
LinuxCabal Asociación Civil
Ing. Richard Couture
Novell CNE, ECNE, MCNE
HP/Compaq ASE
Tel.: (+52) (333) 145-2638
Cel.: (+52) (044) 333 377-7505
Cel.: (+52) (044) 333 377-7506
Web: <A HREF="http://www.LinuxCabal.org">http://www.LinuxCabal.org</A>
E-Mail: <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">rrc at linuxcabal.org</A>
Hosted en la nube Cloud Sigma - www.CloudSigma.com
AVISO DE CONFIDENCIALIDAD: Este correo electrónico, incluyendo en su
caso, los archivos adjuntos al mismo, pueden contener información de
carácter confidencial y/o privilegiada, y se envían a la atención única
y exclusivamente de la persona y/o entidad a quien va dirigido. La
copia, revisión, uso, revelación y/o distribución de dicha información
confidencial sin la autorización por escrito de LinuxCabal está
prohibida. Si usted no es el destinatario a quien se dirige el presente
correo, favor de contactar al remitente respondiendo al presente correo
y eliminar el correo original incluyendo sus archivos, así como
cualesquiera copia del mismo. Mediante la recepción del presente correo
usted reconoce y acepta que en caso de incumplimiento de su parte y/o de
sus representantes a los términos antes mencionados, LinuxCabal tendrá
derecho a los daños y perjuicios que esto le cause.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="020796.html">[Mageia-dev] LastFm going subscription
</A></li>
<LI>Next message: <A HREF="020795.html">[Mageia-dev] msec su for wheel
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#20785">[ date ]</a>
<a href="thread.html#20785">[ thread ]</a>
<a href="subject.html#20785">[ subject ]</a>
<a href="author.html#20785">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|