index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xext
/
xselinux.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-02
Correct outdated e-mail address in "Author" statements.
Eamon Walsh
1
-1
/
+1
2009-08-17
xselinux: Allow per-client device create contexts.
Eamon Walsh
1
-9
/
+1
2009-07-14
Xext: switch to byte counting functions
Peter Hutterer
1
-3
/
+3
2009-06-26
xselinux: ignore property hook calls with the new Post access mode bit set.
Eamon Walsh
1
-0
/
+4
2009-06-18
xselinux: Move the security class mapping to the header file.
Eamon Walsh
1
-26
/
+1
2009-05-11
xselinux: Relax ownership restriction on SetSelectionUseContext.
Eamon Walsh
1
-9
/
+0
2009-04-09
xselinux: Don't BadAlloc in List* requests if there are no items to list.
Eamon Walsh
1
-3
/
+3
2009-04-08
xselinux: Don't require incoming context strings to be null-terminated.
Eamon Walsh
1
-21
/
+45
2009-03-27
selinux: Only activate if policy says to be an object manager
Adam Jackson
1
-0
/
+4
2009-03-16
selinux: Add support for avc_acquire_netlink_fd()
Adam Jackson
1
-0
/
+29
2009-03-09
Replace dixLookupResource by dixLookupResourceBy{Type,Class}
Keith Packard
1
-1
/
+1
2009-03-03
Fix 2 const warnings.
Eamon Walsh
1
-1
/
+2
2009-03-03
This patch changes all places in the X code to use _raw functions. The
Eric Paris
1
-32
/
+32
2009-02-27
selinux: Don't bother relabeling resources that are being destroyed
Adam Jackson
1
-0
/
+2
2008-12-18
xselinux: Use xace Xtrans wrappers instead of the now-inaccessible wrapees.
Eamon Walsh
1
-6
/
+2
2008-11-25
xselinux: use "raw context" variants of getpeercon() and getcon().
Eamon Walsh
1
-2
/
+2
2008-11-25
xselinux: don't pass a NULL key string to selabel_lookup().
Eamon Walsh
1
-1
/
+1
2008-10-30
xselinux: send more specific message types to libaudit.
Eamon Walsh
1
-1
/
+13
2008-08-28
Attempt getpeercon() on remote sockets as well as local ones.
Eamon Walsh
1
-11
/
+10
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-3
/
+6
2008-06-17
SELinux: Add an extension alias under the OS-agnostic "Flask" name.
Eamon Walsh
1
-0
/
+2
2008-03-31
XSELinux: Add a request to get a client's context from a resource ID.
Eamon Walsh
1
-0
/
+33
2008-03-28
XSELinux: Add xorg.conf option for permissive/enforcing/disabled.
Eamon Walsh
1
-5
/
+26
2008-03-20
XSELinux: Do a check for whether background "None" is allowed.
Eamon Walsh
1
-0
/
+7
2008-03-20
XSELinux: Correctly handle some permission bits that are used more than once.
Eamon Walsh
1
-5
/
+20
2008-03-04
xselinux: Implement polyinstantiation support and related protocol.
Eamon Walsh
1
-359
/
+657
2008-02-29
XACE: Add generic support for property and selection polyinstantiation.
Eamon Walsh
1
-16
/
+13
2008-02-29
dix: Refactoring of selection code to allow for polyinstantiation.
Eamon Walsh
1
-2
/
+0
2008-02-28
xselinux: Don't require device "read" permission for XQueryPointer.
Eamon Walsh
1
-0
/
+11
2008-02-28
xselinux: Log messages to both libaudit and Xorg.0.log.
Eamon Walsh
1
-0
/
+1
2008-02-27
xselinux: Prefix a few remaining error messages with "SELinux".
Eamon Walsh
1
-7
/
+6
2008-02-27
xselinux: Don't throw BadAccess if DixUnknownAccess is passed in to a hook.
Eamon Walsh
1
-0
/
+2
2008-02-26
xselinux: Stub out selection protocol requests.
Eamon Walsh
1
-0
/
+52
2008-02-26
xselinux: Rip out the selection code in advance of polyinstantiation support.
Eamon Walsh
1
-31
/
+0
2008-02-13
xselinux: Add use to permission map for devices.
Eamon Walsh
1
-1
/
+1
2008-02-07
xselinux: Use the device name in debugging output.
Eamon Walsh
1
-3
/
+8
2008-02-07
xselinux: Split devPrivate state into subject and object records.
Eamon Walsh
1
-87
/
+149
2008-02-07
xselinux: Add getattr and setattr to the permission map for properties.
Eamon Walsh
1
-1
/
+1
2008-02-05
XACE: Push the dix "structure" includes down to the security modules.
Eamon Walsh
1
-6
/
+11
2008-02-05
XACE: Move the property access hook to its own function.
Eamon Walsh
1
-1
/
+1
2008-01-24
xselinux: Rename SelectionManager to more generic SecurityManager.
Eamon Walsh
1
-30
/
+30
2008-01-24
xselinux: Use a privileged bit in the state instead of passing an index
Eamon Walsh
1
-33
/
+27
2008-01-24
xselinux: Implement "get context" protocol requests.
Eamon Walsh
1
-3
/
+116
2008-01-24
xselinux: Whitespace fixups.
Eamon Walsh
1
-34
/
+32
2007-12-28
xselinux: Fix whitespace warnings.
Eamon Walsh
1
-12
/
+12
2007-12-28
xselinux: Remove "X" prefix on remaining functions and strings.
Eamon Walsh
1
-37
/
+37
2007-12-28
xselinux: don't FatalError on an invalid class mapping, just disable support.
Eamon Walsh
1
-2
/
+7
2007-12-28
xselinux: Implement swapped protocol request logic.
Eamon Walsh
1
-28
/
+41
2007-12-20
xselinux: Send AVC messages to audit system instead of log file/stderr.
Eamon Walsh
1
-1
/
+5
2007-12-12
xselinux: Add new protocol for setting device create context.
Eamon Walsh
1
-0
/
+32
[next]